Search results

  1. P

    Feature request: MAC address derived from container name

    I've been juggling with containers a lot these days and been bitten quite a few times by the fact that MAC addresses change or stay the same at inconvenient moments so that I end up with conflicts in IP addresses or DNS names. For me it is really useful if a MAC address stays the same when a...
  2. P

    Cannot allocate 2TB disk space while over 3TB is free

    Thanks, that helped a lot. I backed up the VM's off tank2 with PBS, changed the volblocksize to 16k and was able to allocate 5.5T to a new VM. Restoring backups now. Found your other thread as well: https://forum.proxmox.com/threads/ashift-volblocksize-clustersize-blocksize.76188/
  3. P

    Cannot allocate 2TB disk space while over 3TB is free

    Thanks for your reply. My ZFS knowledge is limited, unfortunately. zpool status pool: tank1 state: ONLINE scan: scrub repaired 0B in 03:02:26 with 0 errors on Sun Nov 14 03:26:28 2021 config: NAME STATE READ WRITE CKSUM tank1...
  4. P

    Cannot allocate 2TB disk space while over 3TB is free

    I'm trying to add a large disk to a vm, There's plenty of space on the zfs pool (tank2) according to df or the Proxmox UI. Still when I try to add a disk greater than 1TB I get an error: zfs error: cannot create 'tank2/vm-111-disk-2': out of space at /usr/share/perl5/PVE/API2/Qemu.pm line 1442...
  5. P

    how to use my synology NAS has the backup store

    Not necessarily. My Proxmox server has 4 ethernet interfaces. I reserve one for my NAS, which is in the same rack so that's fairly trivial. It would be even better if I could run PBS on the NAS, but I haven't found anything that matches that.
  6. P

    how to use my synology NAS has the backup store

    It took a bit of Googling, but I ended up with this connect script (in the PBS VM): #!/bin/bash -x iscsiadm -m node --portal "172.22.22.34:3260" --targetname "iqn.xxxx.yy.com.synology:nas.Target-x.yyyyyyy" --login mount /dev/sdc1 /store2 Then I added the /store2 directory to the datastores.
  7. P

    how to use my synology NAS has the backup store

    I use a Synology NAS as a backup store, but mount the disks as ISCSI devices.