search for: volsize

Displaying 17 results from an estimated 17 matches for "volsize".

2009 Oct 17
3
zvol used apparently greater than volsize for sparse volume
What does it mean for the reported value of a zvol volsize to be less than the product of used and compressratio? For example, # zfs get -p all home1/home1mm01 NAME PROPERTY VALUE SOURCE home1/home1mm01 type volume - home1/home1mm01 creation 1254440045 - home1/home1mm...
2007 Aug 23
1
EOF broken on zvol raw devices?
...bs=1k count=2000 > 2000+0 records in > 2000+0 records out > > (Oops! No eof detected on zvol raw device after > reading 1440k?) After looking at the code in usr/src/uts/common/fs/zfs/zvol.c it seems that neither zvol_read() nor zvol_write() cares about the zvol''s "zv_volsize". I think we need something like this: diff -r 26be3efbd346 usr/src/uts/common/fs/zfs/zvol.c --- a/usr/src/uts/common/fs/zfs/zvol.c Thu Aug 23 00:53:10 2007 -0700 +++ b/usr/src/uts/common/fs/zfs/zvol.c Thu Aug 23 16:30:41 2007 +0200 @@ -904,6 +904,7 @@ zvol_read(dev_t dev, uio_t *uio, cred...
2008 Jul 28
0
''referenced'' bigger than ''volsize''?
Hi, a zfs create -V 1M pool/foo dd if=/dev/random of=/dev/zvol/rdsk/pool/foo bs=1k count=1k (using Nevada b94) yields zfs get all pool/foo pool/foo used 1,09M - pool/foo referenced 1,09M - pool/foo volsize 1M - pool/foo refreservation 1M local Why is ''referenced'' bigger than ''volsize''? Is this a bug or a feature? Regards, gero42 PS: It''s good to see that the EOF bug is fixed with b94. Before that I co...
2010 Sep 09
3
Volsize for DomU
Hey all I''ve created a Xen DomU on snv_134 , its Debian Lenny. For the disk, I''ve used a ZFS volume, which I accidentally set to 1GB. I''ve tried setting the volsize of the volume to 3GB and rebooting the domain, but this still only sees the initial 1GB disk. I''ve read about rebooting for volsize to take effect, but this seems to be in the context of either swap or a root disk. Do I need to do anything else for Lenny to see the new size ? Thanks -- T...
2009 Jun 29
7
ZFS - SWAP and lucreate..
Good morning everybody I was migrating my ufs ? rootfilesystem to a zfs ? one, but was a little upset finding out that it became bigger (what was clear because of the swap and dump size). Now I am questioning myself if it is possible to set the swap and dump size by using the lucreate ? command (I wanna try it again but on less space). Unfortunately I did not find any advice in manpages.
2009 Jun 08
4
[caiman-discuss] Can not delete swap on AI sparc
...was trying to follow the directions for increasing swap here: > http://www.solarisinternals.com/wiki/index.php/ZFS_Troubleshooting_Guide#Resizing_ZFS_Swap_and_Dump_Devices if I understand correctly, in your case the failure occurs when you try to increase swap size by means of ''zfs set volsize'' command ? CCing ZFS team. Thank you, Jan
2008 Jun 01
1
capacity query
Hi, My swap is on raidz1. Df -k and swap -l are showing almost no usage of swap, while zfs list and zpool list are showing me 96% capacity. Which should i believe? Justin # df -hk Filesystem size used avail capacity Mounted on /dev/dsk/c3t0d0s1 14G 4.0G 10G 28% / /devices 0K 0K 0K 0% /devices ctfs
2011 Oct 04
6
zvol space consumption vs ashift, metadata packing
I sent a zvol from host a, to host b, twice. Host b has two pools, one ashift=9, one ashift=12. I sent the zvol to each of the pools on b. The original source pool is ashift=9, and an old revision (2009_06 because it''s still running xen). I sent it twice, because something strange happened on the first send, to the ashift=12 pool. "zfs list -o space" showed figures at
2009 Mar 31
3
Bad SWAP performance from zvol
I''ve upgraded my system from ufs to zfs (root pool). By default, it creates a zvol for dump and swap. It''s a 4GB Ultra-45 and every late night/morning I run a job which takes around 2GB of memory. With a zvol swap, the system becomes unusable and the Sun Ray client often goes into "26B". So I removed the zvol swap and now I have a standard swap partition. The
2008 Jul 17
1
How do you grow a ZVOL?
I''ve looked for anything I can find on the topic, but there does not appear to be anything documented. Can a ZVOL be expanded? In particular, can a ZVOL sharded via iscsi be expanded? Thanks, Charles
2010 Nov 30
0
Resizing ZFS block devices and sbdadm
...r a ZFS block device. Is there an advatage to using a ZFS block device and exporting it to comstar via sbdadm as opposed to using a file and exporting it? (e.g. performance or manageability?) Also- let''s say you have a 5G block device called pool/test You can resize it by doing: zfs set volsize=10G pool/test However if the device was already imported into comstar then stmfadm list-lu -v <guid> will still only report the original 5G block size. You can use sbdadm modify-lu -s 10G </path_to_block_device> but I''m not sure if there is a chance you might run into a size d...
2007 Feb 24
1
zfs received vol not appearing on iscsi target list
...5.9K - tank/iscsi_luns/vol4 available 1.78T - tank/iscsi_luns/vol4 referenced 35.9K - tank/iscsi_luns/vol4 compressratio 1.00x - tank/iscsi_luns/vol4 reservation none default tank/iscsi_luns/vol4 volsize 25G - tank/iscsi_luns/vol4 volblocksize 8K - tank/iscsi_luns/vol4 shareiscsi on inherited from tank/iscsi_luns tank/iscsi_luns/vol4 checksum on default tank/iscsi_luns/vol4 compression off...
2009 Jul 27
10
sam-fs on zfs-pool
Hi list, I''ve did some tests and run into a very strange situation.. I created a zvol using "zfs create -V" and initialize an sam-filesystem on this zvol. After that I restored some testdata using a dump from another system. So far so good. After some big troubles I found out that releasing files in the sam-filesystem doesn''t create space on the underlying zvol.
2023 Apr 21
1
[PATCH] ocfs2: Fix wrong search logic in __ocfs2_resv_find_window
On Fri, Apr 21, 2023 at 03:35:01PM +0800, Joseph Qi wrote: > Hi, > Could you please share a reproducer? > Anyone could access & download the URL [1] (I wrote it in patch commit log) without register SUSE account. Please check attachment file, which I downloaded from [1] and modified under the BZ comment 1. The trigger method is also in comment 1, I copy here: ./defragfs_test.sh -d
2010 Oct 11
0
Ubuntu iSCSI install to COMSTAR zfs volume Howto
...709G - tank/export/iscsi/acer-ubuntu referenced 54.5K - tank/export/iscsi/acer-ubuntu compressratio 1.00x - tank/export/iscsi/acer-ubuntu reservation none default tank/export/iscsi/acer-ubuntu volsize 320G - tank/export/iscsi/acer-ubuntu checksum on default tank/export/iscsi/acer-ubuntu compression on inherited from tank tank/export/iscsi/acer-ubuntu readonly off...
2009 Sep 02
6
SXCE 121 Kernel Panic while installing NetBSD 5.0.1 PVM DomU
Hi all! I am running SXCE 121 on a dual quad-core X2200M2 (64 bit of course). During an installation of a NetBSD 5.0.1 PVM domU, the entire machine crashed with a kernel panic. Here''s what I managed to salvage from the LOM console of the machine: Sep 2 18:55:19 glaurung genunix: /xpvd/xdb@41,51712 (xdb5) offline Sep 2 18:55:19 glaurung genunix: /xpvd/xdb@41,51728 (xdb6) offline
2006 Nov 01
56
ZFS/iSCSI target integration
Rick McNeal and I have been working on building support for sharing ZVOLs as iSCSI targets directly into ZFS. Below is the proposal I''ll be submitting to PSARC. Comments and suggestions are welcome. Adam ---8<--- iSCSI/ZFS Integration A. Overview The goal of this project is to couple ZFS with the iSCSI target in Solaris specifically to make it as easy to create and export ZVOLs