Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Proxmox - Move Disk

My proxmox server's local storage was nearly full and I was at the point where I was deciding which guests were going to have to get deleted in order to save space. Luckily there is an alternative option that is probably a lot better. You can move your guest's storage drives to another "storage pool". You can add storage pools at any time, and that includes the option to use an NFS.

Steps

You cannot move a VM disk to another location, and keep its snapshots.

To move your guest's disks to another storage pool: 1. Select the guest you wish to move 2. Select "Hardware" 3. Click the Move Disk button.


Then select the storage pool you wish to move the guest to.


Select remove source if this is to save space.

Fixing Possible Issue

If when you try to clone the guest, you get a message like so:

create full clone of drive scsi0 (ssd3:111/vm-111-disk-0.qcow2)
TASK ERROR: clone failed: unable to create image: Insecure dependency in exec while running with -T switch at /usr/share/perl/5.28/IPC/Open3.pm line 178.

... then all I had to do was move the disk from the CLI with:

qm move_disk 111 scsi0 ssd3

It has to be a different storage location (or you have to change the format).

This will result in an "unattached disk" showing up for the VM. After that I was able to clone the VM and the clone had just one disk, and it works perfectly fine.

References

Last updated: 11th August 2022
First published: 4th June 2020

This blog is created by Stuart Page

I'm a freelance web developer and technology consultant based in Surrey, UK, with over 10 years experience in web development, DevOps, Linux Administration, and IT solutions.

Need support with your infrastructure or web services?

Get in touch