zfs mount -a gives the error:
cannot mount '/dozer': directory is not empty
however,
zfs mount dozer/backup
this^ mounted the directory
I could not find anything in the boot log to find out why this occurred. There are far too many 404 bad request entries as the host looks for and failed to...
root@melchior:~# zfs list -o name,mountpoint,mounted
NAME MOUNTPOINT MOUNTED
dozer /dozer no
dozer/backups /dozer/backups no
dozer/iso /dozer/iso no
dozer/vms /dozer/vms no
That's not good, how to mount them? I restarted...
Hello,
I'm running PVE 6.2-12 and PBS 0.9-0. I get this message after a reboot in the PBS gui:
# Bad Request (400)
# unable to open chunk store 'Magi_Backups' at "/dozer/backups/.chunks" - No such file or directory (os error 2)
My cluster is named Magi, and my one and only VM on this server...
SOLVED?
To replace a drive:
Find failed drive (write down SN of drive, [if no hotswap: shutdown host and physically replace drive, start host])
Wipe partitions on new drive via cfdisk
In shell, run:
zpool status -v (to get drive id’s)
zpool replace -f pool-name /dev/disk/by-id/"old-disk-info"...
Thank you. I think I got it now. I ran:
zpool replace tank /dev/disk/by-id/ata-ST8000DM004-2CX188_ZCT1J3AZ-part1 /dev/disk/by-id/ata-ST8000VN004-2M2101_WKD1PMS8-part1
And now zpool status -v says 'replacing-2' and 'please wait for resilver to complete'
Hello everyone,
My ZFS data store had a failed drive this weekend and I'm having trouble replacing it. I'll provide screenshots to better document.
About:
ext4 ssd for boot
10x 8TB in raidz2 + ssd for cache & log
/dev/sdc is the drive being replaced (it had bad sectors, meh)
Steps:
I followed...
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.