Recent content by bluepr0

  1. B

    Proxmox Virtual Environment 9.0 released!

    Made a video about it https://youtu.be/AmpgWHePp18
  2. B

    How to see exactly the amount of GB used per namespace

    Hi guys! I have a community PBS for a bunch of users. Instead of creating one datastore per user, I have created namespaces inside a shared datastore. However, I'm trying really hard (and failing) to check how many GB are being used per user in each namespace. If anyone has any idea on where...
  3. B

    Unable to delete backups or prune when storage is on CIFS mount

    For Samba/CIFS there's no nolock option (only for NFS?), I'm testing nobrl option instead
  4. B

    Unable to delete backups or prune when storage is on CIFS mount

    I might try with the nolock option I found in other threads!
  5. B

    Unable to delete backups or prune when storage is on CIFS mount

    I'm having this same problem on PBS 3.3.2 with a VPS using Hetzner + Storage box (connected with Samba) EDIT: using nobrl option for Samba/CIFS might fix the problem
  6. B

    Failed to start Import ZFS pool

    you could always enable it back if you need to, I just found out that Proxmox was trying to start the ZFS pool from my TrueNAS disks at boot so I disabled it!
  7. B

    Failed to start Import ZFS pool

    yup I fixed it by disabling the import scan service as I don't need it systemctl disable --now zfs-import-scan.service
  8. B

    REMOVE

    REMOVE
  9. B

    10G SFP+ Nodes running slow

    Gotcha! I guess then this is the max speed I would be able to get for the migration?
  10. B

    10G SFP+ Nodes running slow

    This actually is doing something! I went from 400MB to 700-800MB. What are the implications of having an insecure migration network? I'm using these sync;fio --randrepeat=1 --ioengine=libaio --direct=1 --name=test --filename=test --bs=4M --size=4G --readwrite=write --ramp_time=4 sync;fio...
  11. B

    10G SFP+ Nodes running slow

    umm I could try but I'm not sure how to set that up?
  12. B

    10G SFP+ Nodes running slow

    MTU set to 9000 is a bit better, but still far away from 10G speeds! 2024-06-18 21:34:22 10442833920 bytes (10 GB, 9.7 GiB) copied, 27 s, 387 MB/s 2024-06-18 21:34:25 11662983168 bytes (12 GB, 11 GiB) copied, 30 s, 389 MB/s 2024-06-18 21:34:28 12918063104 bytes (13 GB, 12 GiB) copied, 33 s, 391...
  13. B

    10G SFP+ Nodes running slow

    Hi guys! I've created a cluster with 2 nodes, both are connected at 10Gb through SFP+ using a Unifi 10G Aggregation switch. Both machines are capable enough to sustain a 10G network at full speed, both CPU and SSD wise. However, when migrating an LXC, I'm getting around 380MB/s, which IMHO is...