Search results

  1. C

    Backup Job not removing with purge

    Hi i m using 7.1-5 if i remove a VM that has a schedule backup job Even if i click the Purge from job configurations it stays showing in the datacenter backup selection Then this happens ERROR: Backup of VM 2122 failed - unable to find VM '2122' INFO: Failed at 2022-02-22 01:00:14 ERROR...
  2. C

    Custer reboot on one node apt upgrade

    I m confused when this happened we apt upgraded one node and the nine node cluster rebooted except for one node with is PVE 7.1-6 The corosync package was on of the items been upgraded The other nodes saw this one down Like which loks right ec 28 10:57:35 sgrc-kv-pmox-04 corosync[17473]...
  3. C

    Admin API docs

    Hi i m looking at creating datastores or users through the API but I cant find the API docs anywhere for some reason I can find docs for the backup protocol but not the admin side if there is no docs i guess I can use the proxmox-backup-manager and look at what it does Thanks
  4. C

    What sort of speed should i expect ?

    First of all my hardware on my LAB sucks but even then I wondering if my backups are slow or not when using the PVE integration. As it only shows like INFO: 1% (632.0 MiB of 60.0 GiB) in 10s, read: 40.0 MiB/s, write: 40.0 MiB/s Sometimes a little more than this and if I look at the ceph...
  5. C

    qm guest exec or the pvesh create /nodes/{node}/qemu/{vmid}/agent/exec how to send array

    HI I m provisioning Mikrotik Routers and as there is No cloud-init M trying to use the guest exec when I use guest exec by hand via socat I can get it to work below But I m having a hell time with qm guest exec 689 or via the API or pvesh create /nodes/{node}/qemu/{vmid}/agent/exec...
  6. C

    pve6 remote Ceph and errors on clone backup

    I upgraded my test system to V6 and all went well but now during clone and backup i see these errors However everything works fine it seems that the clone wants to find a ceph config which does not exist with the external ceph any ideas or maybe a simple bug to fix thanks create full...
  7. C

    Noisy mail.log

    Hey looking at the mail logs ( as I was debugging for a problem ) I see that there are lot of entries for starting database maintenance and database maintenance This seems to happen every 2 minutes is this by design ? thanks
  8. C

    API call for notes

    Hi I looked through the API calls and was wondering if there is one for adding the notes to the VM as I cant seem to see one thanks
  9. C

    Separate Management Network

    We are just installing our Test system and we are looking eth0 Public Bridge for VM eth1 Private Bridge for VM eth3 Management eth4 Corosync eth5 Storage I assume that the eth3 4 and 5 don't need to be a bridge ? Oh and BTW what interface does the replication traffic use by default...
  10. C

    Finally Cloudbase Init windows servers

    OK I finally got some things to Work using Cloudbase-init 0.9.11 eg the current stable Here is what works Extending the Disks Setting up the network Setting the hostname Enabling WRM if you need that Setting the Password ( but it can only support Plain Text Password ) so the hash in...
  11. C

    Is there some trick after I edit a Perl module

    I m still tracking down the Cloud-init for windows issue and I found if I manually create the ISO using genisoimage I need to pass it -iso-level 3 else it does not work So I looked in the proxmox server and found /usr/share/perl5/PVE/QemuServer/Cloudinit.pm...
  12. C

    At a loss added ssh key via API maybe some bug ?

    I have a lot of things working via the API create clone config an others all works good. I then tried to add and SSH key via the API for a QUEM machine and get invalid urlencoded string So I tried via pvesh set /nodes/promox1/qemu/317/config -sshkeys ....... and found as long as I used RFC...
  13. C

    security group rename possible bug

    Hi if I create a security group called say test1 I thing assign this group to vm1 and vm2 That works correctly and I can see the group in iptables as a group and the rule in the tap chain I then rename the group to test2 Under the vm1 and vm2 its still set as test1 group and in iptables I see...
  14. C

    [TUTORIAL] noVNC remote and API hopefully this helps someone

    I have a provisioning system that creates VMS gives the users access to shutdown start see the graphs set firewall rules etc. I also want to give them a VNC console . I did not want to give them access to the Proxmox or create users for them as all if through the remote system ( But it was not...
  15. C

    Hyper converged or not

    I am looking for some recommendations. I m looking at building a 3 node cluster for about 50 Linux VM's to start. They are quite intensive 32GB ram 4 or 8 CPU ( don't ask me why its what the customer says they need but 8 cpu is crazy as will be fighting for cores ) Anyway lets say 32GB ram 4...
  16. C

    Clone rdb file exists maybe a zombie ?

    My Ceph cluster was down and I went to clone a vm eg vm100 and was making vm105 now if i try I get create full clone of drive scsi0 (teststore_vm:vm-100-disk-1) rbd: create error: (17) File exists clone failed: error with cfs lock 'storage-teststore_vm': rbd create vm-105-disk...
  17. C

    Assign security group to VM via API

    Hi I m using the API e.g https://pve.proxmox.com/pve-docs/api-viewer/index.html and every thing works great as was so easy to integrate My question is around adding security groups to a VM via the API I cant seem to find any API call to do that I looked under nodes/{node}/qemu/{vmid}/firewall...