Hi everybody,
I am facing following problem:
currently I have "sparse" enabled in "/etc/pve/storage.cfg", which means thin-provisioning:
zfspool: local-zfs
pool rpool/data
content images,rootdir
sparse 1
Now as far as I understand, this leads to not showing the...
I finally got it! Here is what worked:
vm image mount:
## show vm disks
ls -d -1 /dev/zvol/rpool/data/*
or just
ls -laR /dev/zvol/*
## create loop device for disk
losetup -f {path to vm disk}
## read out partitions
partprobe /dev/loop{N} <- for example "loop0". Just check the timestamp to see...
Thank you for your answer. Unfortunately this did not work:
mount -o ro /dev/zvol/rpool/data/vm-102-disk-1 /mnt/loop/
mount: wrong fs type, bad option, bad superblock on /dev/zd16,
missing codepage or helper program, or other error
In some cases useful info is found in syslog -...
Hi all,
I googled this but could not get it to work and currently I am not sure if this is even possible.
The setup is proxmox 5.1-41 with local zfs storage. I created a few virtual machines and now I want to find a possibility to access all files inside a zfs-volume (for example...
Hi,
I built a cluster with proxmox and after testing I now want to use it for production. Now my question is, if I am using it in the free version first until I get the subscription key, will there be any problems updating the servers afterwards? Do you recommend waiting for subscriptions to...
Hi,
I am currently setting up a proxmox (v. 5.1-41) cluster. Since the default behaviour of nodes which can not reach other members is rebooting themselves, it would be interesting to know where I can configure this. Especially setting a limit of how many reboots a server is allowed to make...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.