Situation: I just migrated my disks from a HP MicroServer to a HP DL320e v2, in the process discarding an onboard backup HDD. To replace it I've added another SSD that I want to add to my LVM VG.
Problem: I got carried away with all the changes now I have some new toys to play with (mmm bonding) and I started a pvmove
operation on a PV close to 1TB. It's going along at around 40 MB/s so will take just under 7 Hours to complete. I ran it in an SSH session via putty on my Windows PC but I'd like to turn it off now.
What I should have done: Either use a local console (iLO) or use a screen session.
So my question is basically what can I do?
- Is it okay to stop
pvmove
and pick it up later (isCtrl-C
okay)? - Can I send it to the background
Ctrl-Z
and then bring it foregroundfg
again in ascreen
session? Maybe I should research that now I mention it. - Should I leave the PC on? I'd rather save the electric.
I'm open to known good suggestions - I'd really rather not use my backups.
Thanks in Advance, Al