Recent content by Sir_Max

  1. S

    Disable ZFS thin-provisioning (sparse)

    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...
  2. S

    See contents of zfs-volumes of virtual machines

    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...
  3. S

    See contents of zfs-volumes of virtual machines

    ~# mount -o ro /dev/zvol/rpool/data/vm-102-disk-1-part2 /mnt/loop/ mount: special device /dev/zvol/rpool/data/vm-102-disk-1-part2 does not exist
  4. S

    See contents of zfs-volumes of virtual machines

    sry, I forgot to paste the last part. I edited the post before
  5. S

    See contents of zfs-volumes of virtual machines

    sure: ~# fdisk -l /dev/zvol/rpool/data/vm-102-disk-1 Disk /dev/zvol/rpool/data/vm-102-disk-1: 30 GiB, 32212254720 bytes, 62914560 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 8192 bytes I/O size (minimum/optimal): 8192 bytes / 8192 bytes Disklabel...
  6. S

    See contents of zfs-volumes of virtual machines

    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 -...
  7. S

    See contents of zfs-volumes of virtual machines

    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...
  8. S

    Update free version to subscription

    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...
  9. S

    HA node reboot limit

    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...