Hello,
I'm confused about what it means for a dataset to be mounted and how zfs send & receive backup my system.
In my case, I backup my root filesystem on a pool located on another physical disk
zfs send -R zroot@snapshot | zfs receive -Fu external-disk-pool/backups/zroot
I use the the -u...
I have mistakenly copied 10M+ files onto a spinning mirror (copy process took two days, deletion process from old source still going on and probably going to take four days) that is the root dataset of a 2-vdev mirror pool. The mistake is that I did not create a specific dataset in the...
I'm not a newbie on ZFS but I have never used before a RAIDZ2 pool. Now I have migrated two VMs to another host. The capacity on the destination pool has grown by the factor of two :eek: I know that a RAIDZ2 setup needs more capacity but the output of "zfs list" is a little bit curious. I hope...
Hi!
The closest I got to the question I have was this thread, from a year and a half ago...
Consider this ZFS dataset structure:
/storage/data/a
/storage/data/b
/storage/data/c
I would like to tell to CIFS to share /storage/data, but this doesn't work. You need to share /storage/data/a, b...
Guys,
Someone know if the settings from Host are inherited inside of Jail?
For example, in the Host I have make an dataset like:
zfs create -o compression=off -o exec=off -o recordsize=16k -o setuid=off zroot/var/db/mysql
My concern is about the recordsize, since I dont know how to check it...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.