Recent content by timdonovan

  1. T

    Why do bind mounts prevent snapshots?

    Thanks - what does this actually mean though?
  2. T

    Why do bind mounts prevent snapshots?

    What is the difference between using mp0 (bind mounts) and lxc.mount.entry?
  3. T

    [SOLVED] Error: error at ".zfs/shares": EOPNOTSUPP: Operation not supported on transport endpoint

    Ah ok, I see. They are all inheriting snapdir setting from rpool/data, whereas I only set it on rpool. I checked on my first node and everything is hidden, so I think I'm safe to hide it for every pool. Solved again :)
  4. T

    [SOLVED] Error: error at ".zfs/shares": EOPNOTSUPP: Operation not supported on transport endpoint

    Unsolved :( root@proxmox-2:~# zfs get snapdir rpool NAME PROPERTY VALUE SOURCE rpool snapdir hidden local And yet: INFO: Starting Backup of VM 202 (lxc) INFO: Backup started at 2023-10-22 01:00:01 INFO: status = running INFO: backup mode: stop INFO: ionice priority: 7 INFO: CT...
  5. T

    Backup job is stuck and I cannot stop it or even kill it

    After trying to fix the broken Proxmox node for what felt like an entire day, a simple reboot of my NAS (i.e. the NFS server) fixed the PVE node. The only reason I realised is that even mount -a was timing out. I don't really know what I'd log as a bug, but I feel like a broken storage mount...
  6. T

    how to detect on wich node is running a vm

    I'm just saying that if VM ID is unique to a cluster, I'm not the first person to wish there was a convenience call (I call it this because I guess it's not needed by PVE to function) to get the node ID based on the VM ID (or indeed get a VM's info without caring what node it's on), without all...
  7. T

    unable to replicate mountpoint type 'bind' (500)

    @dcsapak I was setting up replication via the UI and it complained "unable to replicate mountpoint type 'bind' (500)"...despite the mp having replicate=0 set. I just retried and now it's not complaining, so not sure what to tell you, sorry! pve-manager/7.4-16 (soon to be 8..). Cheers.
  8. T

    how to detect on wich node is running a vm

    Or if you don't want to rely on external packages that don't ship with Proxmox (jq) just to do something that really should be part of the core API... ;) pvesh get /cluster/resources -type vm --noborder | awk '{if($13 == "your_vm_name") print $14}' The pvesh command itself seems oddly thought...
  9. T

    [SOLVED] Error: error at ".zfs/shares": EOPNOTSUPP: Operation not supported on transport endpoint

    Neat! Thank you. I verified and you are correct - for some reason (afaik I never set this) snapdir is visible on the problematic node. So I guess also zfs set snapdir=hidden rpool should solve this too! Thank you :)
  10. T

    [SOLVED] Error: error at ".zfs/shares": EOPNOTSUPP: Operation not supported on transport endpoint

    Hey @fiona - thanks! I'm still confused though. This path is inside the LXC? Or on the PVE host? I cannot find it in either location (not sure where "." is). Why would this work fine on one PVE host and not another? They are almost identical afaik. Also not sure what I'm losing by excluding...
  11. T

    [SOLVED] Error: error at ".zfs/shares": EOPNOTSUPP: Operation not supported on transport endpoint

    Hi, On one of my nodes, all lxc backups fail with the topic error: INFO: starting new backup job: vzdump 302 --storage pbs-iscsi --node proxmox-2 --notes-template '{{guestname}}' --mode stop --remove 0 INFO: Starting Backup of VM 302 (lxc) INFO: Backup started at 2023-10-08 19:45:56 INFO...
  12. T

    [REST API] Is there any API which returns proxmox 'VM id' given the 'VM name'

    "VM names are not unique..." Right...VM ID's are unique across a cluster. Which begs the question, why do we need to include a node number when querying the API? /api2/json/nodes/{node}/lxc/{vmid} Am I missing a call to get a VM info without knowing which node its on?
  13. T

    Backups often leave my PVE in ? state

    Been hacking at this all day. Basically ended up removing all references to NFS mounts from my PVE storage and from fstab. The node then finally comes back. As soon as I add NFS shares back (to any location), the node goes down again, pvesm status hangs forever etc. I really don't know what is...
  14. T

    vm efi boot corrupt

    Hi @fiona - I am indeed! I believe this came out the box with however homeassistant used to ship the setup instructions. Good to know it'll be patched, thanks! :)

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!