Is it possible to either abort or interrupt and later continue a lvconvert -m1 operation?
Posted
by
SLi
on Server Fault
See other posts from Server Fault
or by SLi
Published on 2013-07-18T22:17:36Z
Indexed on
2013/10/30
9:57 UTC
Read the original article
Hit count: 327
I have run the command
lvconvert -m1 rootvg/newroot /dev/sdb
to convert a linear logical volume to a mirrored one. The operation has not yet finished; I interrupted the command with ctrl-c at around 10% mark, but the operation seems to be running in the background anyway.
Is it possible to either
1) Abort the lvconvert operation and revert to the state before it? (This would be my preferred option)
2) To safely interrupt the operation and resume it later?
© Server Fault or respective owner