- Joined
- Dec 21, 2012
- Messages
- 126
My situation currently, I have a virtual machine that is on an SSD 3 Stripe pool which I thought was replicating to my Raidz2 pool. Well come to find out its not. Now my Stripe is failing and I want to move the virtual machine before its to late.
1) I tried to setup replication, however that is failing because of the corruption.
2) Was going to try DD however when I navigate to the location in the file system I do not see anything; is this because its a zvol?
3) My next idea is to try and setup lvm mirroring within ubuntu which the virtualmachine is running.
Is there a way to have bhyve storage vmotion the virtual machine disk to my other pool? Or is there some other zfs magic that I can do to help fix my current situation?
Thanks!
1) I tried to setup replication, however that is failing because of the corruption.
2) Was going to try DD however when I navigate to the location in the file system I do not see anything; is this because its a zvol?
3) My next idea is to try and setup lvm mirroring within ubuntu which the virtualmachine is running.
Is there a way to have bhyve storage vmotion the virtual machine disk to my other pool? Or is there some other zfs magic that I can do to help fix my current situation?
Code:
Vault# zpool status -v SSD pool: SSD state: DEGRADED status: One or more devices has experienced an error resulting in data corruption. Applications may be affected. action: Restore the file in question if possible. Otherwise restore the entire pool from backup. see: http://illumos.org/msg/ZFS-8000-8A scan: scrub repaired 72K in 0 days 00:06:17 with 10 errors on Thu Jun 28 20:17:55 2018 config: NAME STATE READ WRITE CKSUM SSD DEGRADED 0 0 156 gptid/f2cdb69a-6e2c-11e7-93c9-00074307e7be DEGRADED 0 0 328 too many errors gptid/6c8e4f8e-d6cb-11e7-a96e-00074307e7be ONLINE 0 0 0 gptid/12405d79-d6ce-11e7-a96e-00074307e7be ONLINE 0 0 0 errors: Permanent errors have been detected in the following files: SSD/VM1/BaseSSD:<0x1> SSD/VM1/BaseSSD@auto-20180628.2129-2w:<0x1>
Code:
Vault# whoami root Vault# pwd /mnt/SSD/VM1 Vault# ls BaseSSD Vault# ls -la total 10 drwxr-xr-x 3 root wheel 3 Jan 10 08:34 . drwxrwxr-x+ 17 nobody WindowsGroup 18 Mar 13 12:07 .. drwxr-xr-x 2 root wheel 2 Jan 10 08:34 BaseSSD Vault#
Thanks!