Displaying 20 results from an estimated 20000 matches similar to: "zfs - zvol as a metadb repository.."
2009 Sep 10
3
zfs send of a cloned zvol
Hi,
I have a question, let''s say I have a zvol named vol1 which is a clone of a snapshot of another zvol (its origin property is tank/myvol at mysnap).
If I send this zvol to a different zpool through a zfs send does it send the origin too that is, does an automatic promotion happen or do I end up whith a broken zvol?
Best regards.
Maurilio.
--
This message posted from
2010 Jul 16
1
Making a zvol unavailable to iSCSI trips up ZFS
I''ve been experimenting with a two system setup in snv_134 where each
system exports a zvol via COMSTAR iSCSI. One system imports both its
own zvol and the one from the other system and puts them together in
a ZFS mirror.
I manually faulted the zvol on one system by physically removing some
drives. What I expect to happen is that ZFS will fault the zvol pool
and the iSCSI stack will
2007 Aug 23
1
EOF broken on zvol raw devices?
> I tried to copy a 8GB Xen domU disk image from a zvol device
> to an image file on an ufs filesystem, and was surprised that
> reading from the zvol character device doesn''t detect "EOF".
>
> On snv_66 (sparc) and snv_73 (x86) I can reproduce it, like this:
>
> # zfs create -V 1440k tank/floppy-img
>
> # dd if=/dev/zvol/dsk/tank/floppy-img
2013 Nov 22
1
FreeBSD 10-BETA3 - zfs clone of zvol snapshot is not created
Hi,
am I doing something wrong, ZFS does not support that or there is a bug that zvol clone does not show up under /dev/zvol after creating it from other zvol snapshot?
# zfs list -t all | grep local
local 136G 76.8G 144K none
local/home 117G 76.8G 117G /home
local/vm 18.4G 76.8G 144K
2007 Oct 08
2
safe zfs-level snapshots with a UFS-on-ZVOL filesystem?
I had some trouble installing a zone on ZFS with S10u4
(bug in the postgres packages) that went away when I used a
ZVOL-backed UFS filesystem
for the zonepath.
I thought I''d push on with the experiment (in the hope Live Upgrade
would be able to upgrade such a zone).
It''s a bit unwieldy, but everything worked reasonably well -
performance isn''t much worse than straight
2007 Mar 15
1
Stale comment in zvol.c.
ZVOL was recently converted to use range locking, but it seems the
comment below wasn''t updated:
/*
* There must be no buffer changes when doing a dmu_sync()
* because
* we can''t change the data whilst calculating the checksum.
* A better approach than a per zvol rwlock would be to lock
* ranges.
*/
--
Pawel Jakub Dawidek http://www.wheel.pl
2010 Jun 29
0
Processes hang in /dev/zvol/dsk/poolname
After multiple power outages caused by storms coming through, I can no
longer access /dev/zvol/dsk/poolname, which are hold l2arc and slog devices
in another pool I don''t think this is related, since I the pools are ofline
pending access to the volumes.
I tried running find /dev/zvol/dsk/poolname -type f and here is the stack,
hopefully this someone a hint at what the issue is, I have
2008 Apr 12
5
ZVOL access permissions?
How can I set up a ZVOL that''s accessible by non-root users, too? The intent is to use sparse ZVOLs as raw disks in virtualization (reducing overhead compared to file-based virtual volumes).
Thanks,
-mg
This message posted from opensolaris.org
2007 Apr 28
4
What tags are supported on a zvol?
I assume that a zvol has a vtoc. What tags are supported?
Thanks,
Brian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20070427/57e1a64f/attachment.html>
2009 Dec 31
6
zvol (slow) vs file (fast) performance snv_130
Hello,
I was doing performance testing, validating zvol performance in particularly, and found that zvol write performance to be slow ~35-44MB/s at 1MB blocksize writes. I then tested the underlying zfs file system with the same test and got 121MB/s. Is there any way to fix this? I really would like to have compatible performance between the zfs filesystem and the zfs zvols.
# first test is a
2010 May 04
1
Sharing with zfs
Hello,
Im new to this discussion lists so i hope im posting in the right place. I
started using zfs not too long ago. Im trying to figure out the ISCSI and
NFS sharing for the moment. For the ISCSI sharing at the moment im using
COMSTAR. A created the appropriate target, also a LU corespondent to the
zvol with sbdadm, then created a view attached to this. Im wondering is
there a way to actually
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 May 14
0
Using O_EXCL flag on /dev/zvol nodes
The /dev/[r]dsk nodes implement the O_EXCL flag. If a node is opened using the O_EXCL, subsequent open(2) to that node fail. But I dont think the same is true for /dev/zvol/[r]dsk nodes. Is that a bug (or maybe RFE) ?
Thanks
Sumit
--
This messages posted from opensolaris.org
2009 May 20
1
how to reliably determine what is locking up my zvol?
-bash-3.2# zpool export exchbk
cannot remove device links for ''exchbk/exchbk-2'': dataset is busy
this is a zvol used for a comstar iscsi backend:
-bash-3.2# stmfadm list-lu -v
LU Name: 600144F0EAC0090000004A0A4F410001
Operational Status: Offline
Provider Name : sbd
Alias : /dev/zvol/rdsk/exchbk/exchbk-1
View Entry Count : 1
LU Name:
2011 Apr 07
0
Update LDOM bootdisk (ZFS) from control domain
Hello,
I am trying to update files on LDOM boot disk from Control Domain, but I
can''t get it working fully.
I have a setup that allows to quickly deploy LDOM guest domains. The Golden
OS Image of guest domain boot disk is on a ZFS Volume. This ZFS Volume has
been Snapshot and Cloned for the quick deployment of guest domains.
Filesystem in both the control domain and guest domain is
2007 Oct 18
2
characterizing I/O on a per zvol basis.
Hey all -
Time for my silly question of the day, and before I bust out vi and
dtrace...
If there a simple, existing way I can observe the read / write / IOPS on
a per-zvol basis?
If not, is there interest in having one?
Cheers!
Nathan.
2009 Jan 22
3
Failure to boot from zfs on Sun v880
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi.
I am trying to move the root volume from an existing svm mirror to a zfs
root. The machine is a Sun V880 (SPARC) running nv_96, with OBP version
4.22.34 which is AFAICT the latest.
The svm mirror was constructed as follows
/
d4 m 18GB d14
d14 s 35GB c1t0d0s0
d24 s 35GB c1t1d0s0
swap
d3
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
2011 Jul 10
3
How create a FAT filesystem on a zvol?
The `lofiadm'' man page describes how to export a file as a block
device and then use `mkfs -F pcfs'' to create a FAT filesystem on it.
Can''t I do the same thing by first creating a zvol and then creating
a FAT filesystem on it? Nothing I''ve tried seems to work. Isn''t the
zvol just another block device?
--
-Gary Mills- -Unix Group-
2007 Dec 03
2
Help replacing dual identity disk in ZFS raidz and SVM mirror
Hi,
We have a number of 4200''s setup using a combination of an SVM 4 way mirror and a ZFS raidz stripe.
Each disk (of 4) is divided up like this
/ 6GB UFS s0
Swap 8GB s1
/var 6GB UFS s3
Metadb 50MB UFS s4
/data 48GB ZFS s5
For SVM we do a 4 way mirror on /,swap, and /var
So we have 3 SVM mirrors
d0=root (sub mirrors d10, d20, d30, d40)
d1=swap (sub mirrors d11, d21,d31,d41)