Recent content by ZipTX

  1. Z

    Finding all snapshots in cluster

    Thanks @bbgeek17 for the hints and your code examples in other places. Here is my rough contribution for those needing a quick snapshot list without the hours of figuring out syntax. FYI - it's a *slow* script having to do an API query to every VM to check if there are snapshots, but the...
  2. Z

    Failed to fetch https://enterprise.proxmox.com/debian/pve/dists/bookworm/InRelease 401 Unauthorized [IP: 144.217.225.162 443]

    Thanks for all the hints here. Fresh install with 8.0.2. For clarity, if you are a CLI user/scripter ... there are two places the repos need to be updated: /etc/apt/sources.list.d/pve-enterprise.list From: deb https://enterprise.proxmox.com/debian/pve bookworm enterprise To: deb...
  3. Z

    [SOLVED] Cannot move EFI disk to another storage

    Did this make it into 7.1-7 as this bug is still present in the GUI moving the efidisk0. Is there a bug repository we can track the status of this? I'm moving from NFS to rbd.
  4. Z

    "noVNC - failed to connect to server" on Chrome or Edge Chromium, works on Firefox

    A bit more research. I was getting a "Host key verification failed. TASK ERROR: Failed to run vncproxy." To Fix: A) On the host I was using the GUI, I connected to the CLI and cleared out the /root/.ssh/known_hosts B) I executed ssh-copy-id -o 'HostKeyAlias=host02' root@192.168.0.12 for...
  5. Z

    "noVNC - failed to connect to server" on Chrome or Edge Chromium, works on Firefox

    Same Issue here. I typically use Edge [103.0.1264.44] and Brave [103.0.5060.114]. I installed Firefox [102.0.1], hoping this would be a good workaround. No luck with Firefox. Our clustered hosts are a mix of 7.1-7 and 7.2-3. Both versions have the same behavior. All the hosts have a...
  6. Z

    How to export all VM IDs, name and notes?

    Noob question. The man documents do not indicate how to run these commands from a "cluster perspective". Is there an easy way to get a list of all VM's across all nodes in the cluster? 'qm list' only lists the vm's local to the host. OR ... running a qm config ### from a "cluster prompt" so...
  7. Z

    KVM: Problems with different emulated scsi controllers

    I had a similar issue migrating a VMware prebuilt image that had (3) disks using the necessary PVSCSI controller. This referenced patch worked for me: https://techdoc.puma-it.systems/dok..._mit_mehr_als_einer_festplatte_nutzbar_machen [from forum...