guermantes
Patron
- Joined
- Sep 27, 2017
- Messages
- 213
Hi,
I have been following @Arwen's resource page on backing up to offsite USB-drives. Whenever I am finished and do
But would ZFS be more happy if I used
I have been following @Arwen's resource page on backing up to offsite USB-drives. Whenever I am finished and do
zpool export thedrive
the critical alert lights up red saying that the volume state is unknown. I have seen discussion on this and apparently it is alright to just click it away in this circumstance. But would ZFS be more happy if I used
zpool offline thedrive
instead?Code:
zpool offline [-t] pool device ... Takes the specified physical device offline. While the device is offline, no attempt is made to read or write to the device. This command is not applicable to spares.