Apparently, I created a zpool mirror on two external usb-sata drives without getting rid of the GPT stuff first and wound up with this:
Looking around the forums, I see lots of talk about it having to do with ZFS not using the entire disk, zeroing out the last 34 blocks, that being complicated, don't do it without a backup, yada, yada, yada. I'm just not clear on whether or not it's a real problem. I gather ZFS knows what it's doing and that the geom probing that the kernel does on startup doesn't, in this case (it thinks there's missing gpt partition info).
Is this a real problem or can I safely ignore it until the end of time? If not, I can blow away the mirror and redo things (it's there to test out the ssd's anyway), how do I do it so I don't wind up with this situation in the first place?
Code:
GEOM: da0: the primary GPT table is corrupt or invalid.
GEOM: da0: using the secondary instead -- recovery strongly advised.
GEOM: da1: the primary GPT table is corrupt or invalid.
GEOM: da1: using the secondary instead -- recovery strongly advised.
Looking around the forums, I see lots of talk about it having to do with ZFS not using the entire disk, zeroing out the last 34 blocks, that being complicated, don't do it without a backup, yada, yada, yada. I'm just not clear on whether or not it's a real problem. I gather ZFS knows what it's doing and that the geom probing that the kernel does on startup doesn't, in this case (it thinks there's missing gpt partition info).
Is this a real problem or can I safely ignore it until the end of time? If not, I can blow away the mirror and redo things (it's there to test out the ssd's anyway), how do I do it so I don't wind up with this situation in the first place?