[SOLVED] problem migration

maxcant

New Member
Nov 25, 2020
6
0
1
45
Good morning,
I am having the following problem: after adding an NFS storage, moving all the VMs to the new storage and deleting the old storage I detect a migration problem between nodes. Selecting a VM and clicking on migrate the following error is indicated: storage 'NFS_proxmox' does not exist (500)

thanks
Max
 
hi,

moving all the VMs to the new storage and deleting the old storage
how did you move the VMs?

Selecting a VM and clicking on migrate the following error is indicated: storage 'NFS_proxmox' does not exist (500)
can you show
Code:
qm config VMID
cat /etc/pve/storage.cfg

?
 
how did you move the VMs?
- from the node, I moved to hardware, then hard disk, move disk and selected the new NFS

qm config VMID
-
agent: 1
boot: c
bootdisk: scsi0
cores: 4
memory: 3072
name: sviluppo06
net0: virtio=xxxx,bridge=vmbr0,firewall=1
numa: 0
ostype: win7
scsi0: NFS_proxmox_store02:109/vm-109-disk-0.qcow2,cache=writeback,size=60G
scsihw: virtio-scsi-pci
smbios1: uuid=xxxx
sockets: 1
unused0: NFS_proxmox:109/vm-109-disk-0.qcow2
vga: qxl,memory=16
vmgenid: xxxx


cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,vztmpl
shared 0

lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images

nfs: NFS_proxmox_backup
export /volume3/backup-proxmox
path /mnt/pve/NFS_proxmox_backup
server 192.168.1.21
content backup
maxfiles 2

nfs: NFS_proxmox_store02
export /volume2/proxmox_store02
path /mnt/pve/NFS_proxmox_store02
server 192.168.1.27
content iso,rootdir,snippets,images,vztmpl
 
unused0: NFS_proxmox:109/vm-109-disk-0.qcow2
you need to remove this unused disk from the configuration and it should work after
 
how can i delete it? just delete the file in the indicated path or do you need to intervene from the panel?
 
you can remove it from the hardware panel of the VM or just delete that line from the config (while VM NOT running)

if you just remove the config line, it won't actually delete the disk.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!