Skip to main content

Questions tagged [zfs]

ZFS is a combined file system and logical volume manager designed by Sun Microsystems The features of ZFS include protection against data corruption, support for high storage capacities, efficient data compression, integration of the concepts of filesystem and volume management, snapshots and copy-on-write clones, continuous integrity checking and automatic repair, RAID-Z and native NFSv4 ACLs.. -Wikipedia

0 votes
1 answer
18 views

Adding a fresh zfs sub-dataset pri_zp/Z1/Z99-future to pri_zp/Z1, and resuming recursive replication to sec_zp/Z1

I have set up and replicated the OpenZFS dataset pri_zp/Z1 (with pri_zp/Z1/Z00-initial) to sec_zp/Z1 using a zfs send -R. But then (months later) when I try to create (and replicate) a newer data set, ...
NevilleDNZ's user avatar
0 votes
0 answers
9 views

Virtual volume stored on a RAIDZ pool takes twice the amount of space as it should

I have a Proxmox server with 24 4T nvme drives. I have created a RAIDZ pool called Media3 which is about 84T in total usable space. I have setup a virtual host and added a second virtual disk to the ...
kentt's user avatar
  • 11
2 votes
1 answer
45 views

How to Remove a Large File from ZFS Snapshots and Reclaim Space?

I have a series of daily ZFS 100Mb snapshots of archive_zp/my_zfs, going back 100 days. At day 60 (between @ss59%ss60) I had added a 10 GiB sized archive_zp/my_zfs/BIG.iso file, that 10 GiB now ...
NevilleDNZ's user avatar
0 votes
0 answers
20 views

ZFS error while mounting an encrypted partition

ZFS errors, I dont know why. Here are the step-by-step actions I took to attempt to mount the encrypted ZFS disk. $ sudo zfs list NAME USED AVAIL ...
MoonMiddays's user avatar
0 votes
1 answer
39 views

ZFS error for load-key

I've tried everything I know until I'm exhausted. Please, if you can help me, I need to access my project stored on my hard drive. The command I used: sudo zfs load-key rpool/ROOT/ubuntu_uy913x And ...
MoonMiddays's user avatar
0 votes
1 answer
64 views

Unable to mount encrypted ZFS filesystem after reboot

Key load error: Failed to open key material file: Input/Output Error. Command: `mount -o zfsutil -t zfs rpool/ROOT/ubuntu_uy913 /root/`. Message: `zfs_mount_at() failed: encryption key not loaded`. `...
MoonMiddays's user avatar
4 votes
1 answer
200 views

Rescuing ZFS after Debian upgrade

So I had older Debian system which needed to be upgraded. I did dist-upgrade, but forgot I am running ZFS on a root partition. :/ Result: system won't boot again. Because I would need to manually ...
Matthai's user avatar
  • 75
1 vote
1 answer
25 views

Controller failure on ZFS pool

I am running ZFS on an old Sun Fire X4170M2 connected to Sun StorageTek 6140 expansion shelves (i.e. JBOD). We had a hardware failure this morning. This is the current state of our pool: pool: tww ...
Albert Chin-A-Young's user avatar
0 votes
0 answers
14 views

How to set a quota on Logical Disk Space (logicalused) in ZFS?

I am currently using ZFS and need to set a quota on the logical disk space (logicalused) rather than the physical disk space used after compression. The quota and refquota properties in ZFS set a ...
Ivan Olshansky's user avatar
1 vote
0 answers
24 views

Remove disk from raidz3-0 on zfs

I have a zfs pool that holds my backup. Every disk has only one partition. ~# zpool status backup_pool pool: backup_pool state: ONLINE scan: resilvered 108K in 00:00:00 with 0 errors on Tue Jun ...
Damon's user avatar
  • 23
0 votes
1 answer
46 views

Not able to use drbd over lustre zfs

I am running the below command to format the nvme drive to lustre with backfstype as zfs mkfs.lustre --mdt --reformat --mgsnode=mgsmaster@tcp --backfstype=zfs --fsname=lustre mdtpool/mdt --index=0 /...
Neil Karania's user avatar
1 vote
0 answers
45 views

Deciding between raidz1, raidz2 and mdraid6 for JBOD Array

Have a new Linux server with a dual SAS attached 60 bay JBOD filled with 20TB (18.2 TiB) disks. I am definitely running ZFS but trying to figure out whether to use small raidz1's, bigger raidz2, or ...
raines's user avatar
  • 314
0 votes
0 answers
19 views

Boot strap a remote backup

I'm setting up an offsite backup of my NAS,(truenas scale if it is relevant), the remote system is being built on site so I don't have physical access to it yet, but I will travel to it soon. I would ...
Simson's user avatar
  • 113
0 votes
0 answers
46 views

How do I stop and close these processes listening on sunrpc port? Presumably for proper zfs operation

I have a zfs volume that is automounted at startup. Doing an lsof -i shows systemd pid 1 listening on the sunrpc port for tcp and udp. There's an rpc.mount and rpcbind that shows up as well during ...
placid chat's user avatar
0 votes
0 answers
29 views

How to turn off Sanoid's snapshotting for a subtree of datasets?

I'd like to set up Sanoid to create snapshots of my system dataset, except for the Docker images under /var/lib/docker. I have the following two templates: [template_system] frequently = 0 ...
Cactus's user avatar
  • 845

15 30 50 per page
1
2 3 4 5
41