When executing the pve6to7 script, I get the following error. No surprise.
The related content of /etc/pve/storage.cfg is as follows.
As far as I can tell, failure is expected. I would like to know two things without eyeball parsing the PERL scripts:
Thanks. I am now getting around to upgrading.
FAIL: storage 'local-lvm' does not support configured content type 'none'
The related content of /etc/pve/storage.cfg is as follows.
dir: local
path /var/lib/vz
content iso,vztmpl,backup
lvmthin: local-lvm
thinpool data
vgname pve
content none
As far as I can tell, failure is expected. I would like to know two things without eyeball parsing the PERL scripts:
- It appears the scripts want to interact with a reliable directory on the operating system volume. Can I create a random directory, say /var/lib/foo, and define it as local-lvm in the same way as "dir: local" and do so without destroying my "llvmthin" content by merely commenting it out then resetting after upgrade?
- Is there a command line option for 6to7 to use an alternate storage and, if so, what are the requirements?
Thanks. I am now getting around to upgrading.