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