So, we were sitting around the prgmr.com world headquarters, when the subject of Catch-22 came up. I found myself the only person in the room who'd actually enjoyed it, and had to defend my position relying on memory alone.
It went poorly. But now, a couple of days later, I'm working with LVM mirroring, and I get:
# lvextend -r -v -L +1G lion_domU/cicero
Finding volume group lion_domU
Extending 2 mirror images.
Mirrors cannot be resized while active yet.
Okay, so I deactivate it. No problem.
# lvchange -an lion_domU/cicero
And then try again.
# lvextend -r -v -L +1G lion_domU/cicero
Finding volume group lion_domU
Extending 2 mirror images.
Logical volume cicero must be activated before resizing filesystem
*sigh* It's a good thing I can resize manually, otherwise I'd really be out of luck.
It went poorly. But now, a couple of days later, I'm working with LVM mirroring, and I get:
# lvextend -r -v -L +1G lion_domU/cicero
Finding volume group lion_domU
Extending 2 mirror images.
Mirrors cannot be resized while active yet.
Okay, so I deactivate it. No problem.
# lvchange -an lion_domU/cicero
And then try again.
# lvextend -r -v -L +1G lion_domU/cicero
Finding volume group lion_domU
Extending 2 mirror images.
Logical volume cicero must be activated before resizing filesystem
*sigh* It's a good thing I can resize manually, otherwise I'd really be out of luck.
Leave a comment