Search results

  1. G

    Migration Problem

    So I have this issue today as well, with two servers which dispite has the same processor, one has two and the other has just one (we are waiting for a shippiment). Using host doesn't work. Using x86-64-v2-AES works as expected.
  2. G

    [SOLVED] how to delete an old server name from Cluster stack?

    Hi there... Before create a cluster with 2 servers, I changed it's name from sp1-pd... to proxmox01 and proxmox02. A name more suitable, indeed! Now, I don't no why, but there is a mistery rubbish in the HA Stack, like showing in the image attached. Please, any idea how get off rid of it...
  3. G

    Massive performance improvement in Linux 6.12

    Although is not encourage, you can compile a custom kernel for yourself. Not an easy task, I might add. Here some instructions: https://forum.proxmox.com/threads/proxmox-ve-8-0-mainline-kernel-builds.135375/ Let me know about your progress. Best regards.
  4. G

    VM with Debian 12 failed to shutdown.

    There is nothing... It's just a fresh Debian 12 installation...
  5. G

    VM with Debian 12 failed to shutdown.

    As you can see, the qm guest agent was able to communcate to the running qemu processes inside the vm, right? So that imply to me that the qemu-guest-agent are up and running. I see the VM IP in the WEBUI as well...
  6. G

    VM with Debian 12 failed to shutdown.

    Hi there folks... I have this strange behavior with a VM with Debian 12 failing to shutdown etiher when click shutdown in the UI or when trigger the qm guest cmd command: pve200:~# qm guest cmd 100 shutdown { "error" : { "class" : "GenericError", "desc" : "child process has...
  7. G

    No password mechanism???

    Oh! Right!!!!.... Thank you @fiona I have forgot this little detail...
  8. G

    No password mechanism???

    Hi there folks Hope everyone is in good time. I've had create this script: #!/bin/bash while read a do PBS_REPOSITORY="root@pam@SERVER_IP2:backup" PBS_PASSWORD="good_password" PBS_FINGERPRINT="some_numbers" proxmox-backup-client change-owner --repository=$PBS_REPOSITORY $a admin@pbs done...
  9. G

    OpenZFS 2.3 is out! - hope to be included in next Proxmox release...

    Hi there... OpenZFS 2.3 was release and one of the feature which, at least me, waiting fo so long is that now is possible to increase a RAIDz pool. That will be awesome if Proxmox comes with this in near future release... Here is the story...
  10. G

    Script to add vm to PBS via crontab

    Hi there. So I had created this script which basically, add vms to backup job, via crontab. There is a couple of things that needs to do and some polish! If anybody else is willing to help, it will be welcome! https://github.com/gilbertoferreira/addvmtobackup Cheers.
  11. G

    Migrating disk from local-lvm to directory type storage and the disk image fill all the qcow2 image.

    Hi there. I have this issue again, but with an entire new VM. qemu-img info /vms/images/100/vm-100-disk-0.qcow2 image: /vms/images/100/vm-100-disk-0.qcow2 file format: qcow2 virtual size: 120 GiB (128849018880 bytes) disk size: 1 TiB cluster_size: 65536 Format specific information: compat...
  12. G

    [SOLVED] Temporarily disable datastore! [ That was quick! ]

    Oh! Never mind. I've found this Offline proxmox-backup-manager datastore update <datastore> --maintenance-mode read-only/offline Online proxmox-backup-manager datastore update <datastore> --delete maintenance-mode
  13. G

    [SOLVED] Temporarily disable datastore! [ That was quick! ]

    Hi folks. Is there any way to temporarily disable a datastore and then, bring backup it online? I need do it via cli, please. Cheers.
  14. G

    Still got error when create VLAN and try to use tag! [ SDN disappointed ]

    Ok! But the feature is there! Why tease us with that if we can´t use it?
  15. G

    Still got error when create VLAN and try to use tag! [ SDN disappointed ]

    Hi there. I had create a VLAN in SDN called vlan1. Not VLAN AWARE. Then, I went ahead and created a zone called vnet1. Inside this vnet1 I have set dhcp server. But when I tried to tag a nic in some VM, I got this error: vm vlans are not allowed on vnet vnet1 at...
  16. G

    [SOLVED] How to or is it possible

    /usr/share/doc/pve-manager/examples/spice-example-sh
  17. G

    sda turns to sdb or sdc after install PVE over Debian 12.

    In fact, I am using UUID in /etc/fstab. The Debian installer to that normaly. I don't get it why the other same server with the same set of NVMe don't happen the same issue.
  18. G

    sda turns to sdb or sdc after install PVE over Debian 12.

    Hi everybody Don't if someone can help out. I was able to install Debian 12 over a Dell R650xs using 3 NVME. Strangly enought, the NVMe's appears to me as sda, sdb and sdc. During the Debian installation, everything goes good. After install Proxmox over Debian 12 and reboot, sda turns into sdb...
  19. G

    How to translate tradicional VLAN config to SDN?

    Hi there. Currently, I have the following VLAN configuration in 2 PVE server: auto eno1 iface eno1 inet manual auto eno1.221 iface eno1.221 inet manual auto eno1.223 iface eno1.223 inet manual auto eno1.225 iface eno1.225 inet manual auto eno1.226 iface eno1.226 inet manual auto eno1.227...