rogerswest
Cadet
- Joined
- Aug 3, 2014
- Messages
- 7
Hello,
I've found in 9.2.1.9 that zpool command operations using gptid don't usually work (more often than not, at least for me) ie.:
generally results in:
so one has to resort to sourcing the guid and using that instead. Also means the UI is broken since it seems to use the gptid with no option otherwise.
Looks like this 'bug' has been around for a number of years... seeing other reports of the same thing.
I've found in 9.2.1.9 that zpool command operations using gptid don't usually work (more often than not, at least for me) ie.:
Code:
zpool remove <poolname> gptid/c8c2b5d0-7053-11e4-82fe-002590f56772
generally results in:
Code:
cannot remove gptid/c8c2b5d0-7053-11e4-82fe-002590f56772: no such device in pool
so one has to resort to sourcing the guid and using that instead. Also means the UI is broken since it seems to use the gptid with no option otherwise.
Looks like this 'bug' has been around for a number of years... seeing other reports of the same thing.