Hello everyone,
I have 2 node server (PVE1 - PVE2) with proxmox inside.
I need to clone my VM from PVE1 on PVE2.
But the operation don't done because in PVE2 doesn't exist the storage "Tank1"
Infact in PVE2 isn't Tank1 but is Tank2.
So... How can I rename tank2 in tank1 in PVE2 Storage?
This is my storage.cfg in /etc/pve/storage.cfg
I edit this file but doesn't work... In LVM exist again tank2
Thanks a lot!
I have 2 node server (PVE1 - PVE2) with proxmox inside.
I need to clone my VM from PVE1 on PVE2.
But the operation don't done because in PVE2 doesn't exist the storage "Tank1"
Infact in PVE2 isn't Tank1 but is Tank2.
So... How can I rename tank2 in tank1 in PVE2 Storage?
Code:
dir: local
path /var/lib/vz
content backup,iso,vztmpl
zfspool: tank1
pool tank1
content images,rootdir
nodes pve1
zfspool: local-zfs
pool rpool/data
content rootdir,images
sparse 1
zfspool: tank2
pool tank2
content rootdir,images
nodes pve2
sparse 1
This is my storage.cfg in /etc/pve/storage.cfg
I edit this file but doesn't work... In LVM exist again tank2
Thanks a lot!