Currently I am facing the issue I cannot clone VM from one host to another due to no Target Storage available on destination hosts.
Both hosts has same local storage mapped identically on both hosts, but this look likes to more like a missing privilege issue.
Here is my
Thanks for any relevant hint!
Both hosts has same local storage mapped identically on both hosts, but this look likes to more like a missing privilege issue.
Here is my
/etc/pve/storage.cfg
:
Code:
zfspool: TIER0
pool TIER0
content rootdir,images
dir: local
path /var/lib/vz
content images,rootdir,iso,vztmpl,snippets
maxfiles 0
zfspool: TIER2
pool TIER2
content rootdir,images
dir: t0-A
path /TIER0/A
content images,rootdir
dir: t0-B
path /TIER0/C
content images,rootdir
dir: t0-C
path /TIER0/C
content images,rootdir
dir: t0-D
path /TIER0/D
content images,rootdir
dir: t2-A
path /TIER2/A
content images,rootdir
dir: t2-B
path /TIER2/B
content images,rootdir
dir: t2-C
path /TIER2/C
content images,rootdir
dir: t2-D
path /TIER2/D
content images,rootdir
Thanks for any relevant hint!
Last edited: