Search results

  1. bbgeek17

    Hostname cloud-init

    Hi @Collbrothers , welcome to the forum. The dump command _always_ shows only the output that refers to _internal_ cloudInit configuration in PVE. It does not read/interpret your snippets. Once you use custom snippet the internal data is no longer used - the two files are not mashed together...
  2. bbgeek17

    [SOLVED] The current guest configuration does not support taking new snapshots.

    Hi @Lugitsch IT , welcome to the forum. Please open a new thread with the following information: - pveversion from each host - cat /etc/pve/storage.cfg in TEXT format using CODE tags from each node - qm config [vmid] in TEXT format using CODE tags - exact operation with exact error message. You...
  3. bbgeek17

    Connecting PVE to a Dell Compellent

    You can try to "ls -alR /dev|grep mpath". You will likely find it in /dev/mapper. You can also grep for dm-5, or 36000d310055d34000000000000000028 Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  4. bbgeek17

    Connecting PVE to a Dell Compellent

    Hi @unsichtbarre , You are more than halfway there. The only thing left to do is set up LVM. There are two main ways to configure iSCSI with Proxmox Virtual Environment. The first method is to use the built-in PVE iSCSI storage pool. The options available for this pool are intentionally...
  5. bbgeek17

    [TUTORIAL] PoC 2 Node HA Cluster with Shared iSCSI GFS2

    As our customers are businesses and enterprises, I'd never recommend to them to use unsupported technology combination. That said, necessity is the mother of invention/adaptation. The minimum requirements of GFS2 do not negate the minimum requirements of PVE, i.e. odd-numbered cluster with at...
  6. bbgeek17

    Destination VM Disk after cancelled disk migration

    Great, feel free to mark this thread as SOLVED by editing the first post and selecting the appropriate prefix from the subject dropdown. Cheers Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  7. bbgeek17

    Destination VM Disk after cancelled disk migration

    Hi @F4R , welcome to the forum. You need to "qm disk rescan --vmid 100" to bring the disk into VM configuration as "unused0". Then you can remove it from the VM hardware page. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  8. bbgeek17

    [SOLVED] Re-verify with API doesn't work

    If someone is submitting a request via API they might as well use API to query the task status ;-) pvesh get /nodes/$NODE/tasks --output-format json| jq -r '[.[] | select(.type == "clusterjoin")] | sort_by(.endtime) | .[-1] | .status' Blockbridge : Ultra low latency all-NVME shared storage for...
  9. bbgeek17

    Can't create VMs in PVE-9.1.6

    You can perform this directly from the console or via VNC. From what you’ve described, you are following all the correct steps. No one else has reported a similar issue. Since your environment has not yet been fully excluded and there’s no reproducible case, you are the only one who can drive...
  10. bbgeek17

    Can't create VMs in PVE-9.1.6

    As a temporary test/fix, given you can create VMs, build a Linux desktop one and try from there, if you can. Install debsums and run it (apt install debsums), man debsums. Depending on the result of the debsums run, you may still want to reinstall the UI kit: apt install --reinstall pve-manager...
  11. bbgeek17

    No web GUI after upgrade from 9.0.11 to 9.1.6

    Hi @Charrat, welcome to the forum. Other users in your situation reported that they were able to restore functionality once the automated patching was removed, and proper packages were reinstalled. So it seems like that should be a possibility for you. There are multiple threads discussing...
  12. bbgeek17

    scheduled backup on PVE and NAS Wake-on-Lan (SMB storage offline)

    You have a possible race where "pvesm" status is possibly not yet propagated to PVE cluster view. I've asked Claude to help you, obviously I have not tested this for you. Good luck #!/bin/bash # ─── CONFIG ────────────────────────────────────────── NAS_MAC="AA:BB:CC:DD:EE:FF" # Replace...
  13. bbgeek17

    [TUTORIAL] PoC 2 Node HA Cluster with Shared iSCSI GFS2

    I think OP is likely in a situation where their hypervisor hosts do not have significant internal storage. They, or their customers, already own an entry- to mid-level SAN solution and want to maximize ROI from it. Typically, people in this scenario are not looking to invest additional funds in...
  14. bbgeek17

    scheduled backup on PVE and NAS Wake-on-Lan (SMB storage offline)

    Add a sleep+healthprobe to your hook script? Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  15. bbgeek17

    Backup with Veeam failing (Disk Size=null)

    It is possible that OP did not permission the user/token properly. A quick way to check is to run: curl -k \ -H "Authorization: PVEAPIToken=<USER>@<REALM>!<TOKENID>=<SECRET>" \ https://<PVE_HOST>:8006/api2/json/nodes/<NODE>/storage/<STORAGE>/content?vmid=<VMID> If null is returned, vs...
  16. bbgeek17

    Backup with Veeam failing (Disk Size=null)

    There are 3 disks in the VM, they have different ctime's. The value is the same across API responses for corresponding disks. That said, OP should use the latest Veeam "agent"/patch for PVE. And make sure that the PVE version is in the supported list for Veeam level. Blockbridge : Ultra low...
  17. bbgeek17

    [SOLVED] Re-verify with API doesn't work

    You can mark the thread as SOLVED by editing the first post and selecting an appropriate subject prefix. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  18. bbgeek17

    [SOLVED] What are the best practices for using Windows as a Q-Device arbiter in a two-node PVE cluster?

    Adding a Hyper-V–based PVE host just for quorum is short-sighted. You are introducing additional, unnecessary, management overhead: Storage pools will now need to be restricted to specific nodes. If you add NAS storage later and do not restrict it to particular nodes, the VM will attempt to...
  19. bbgeek17

    Any guest OS support matrix on Proxmox?

    Hi @pbujarbarua , welcome to the forum. You should use the OS that fulfills your goal requirements. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
  20. bbgeek17

    Snapshots with Shared iscsi Storage

    It is an appropriate way to achieve your goal. Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox