Hi, i have 2 hosts, that i want to backup with PBS (with pbs-client). Their hostnames (hostname -f output):
1. db.host1.com
2. db.host2.com
Inside PBS, hostnames cut to their sub-domains "db" and second server cant backup because error like "db!=db". Have PBS some workarounds for this case?
Hi! Noted something strange: accoding to description: Required permission: Accessible by all authenticated users.
But then not privileged user reads this, it gets
[{'type': 'node', 'status': 'online', 'id': 'node/pve2', 'level': '', 'node': 'pve2'}]
while admin gets normal output like this...
Hi, i have tha same issue with proxmoxer, succesfully "except" it with:
from requests import exceptions
...
except exceptions.ConnectionError as e:
pass
It seems that sometimes proxmox do not have time to answer. That is, a control command was sent but no response was received. At the same...
Hi, we have a bit single nodes of PVE, because of this some VMID crossing. I undestand that correct solution is to rename crossing VMID, but what i can do without doing that? To prevent rewrite same vmid backup on one datastore every pve have different username. But if i try to backup VM from...
Hi! Stuck on trying to change lxc config via api, example:
curl -Ss --insecure -X PUT --header 'Authorization: PVEAPIToken=root@pam!test=UUID' --data-urlencode onboot=1 "https://pve1:8006/api2/json/nodes/pve1/lxc/107/config"|jq '.'
{
"data": null
}
Problem only with this PUT method, other...
I understand, i'm using it too in /etc/vzdump.conf. But if i run backup task for single vm from api - task won't read vzdump.conf
Please explain how i can use new feature from PVE6.2 - API Token.
Refer to manual: "To use an API token, set the HTTP header Authorization to the displayed value of...
In PVE5 we could'n add serial port via user, only via root, in PVE6 it became possible.
In PVE6 (6.2-11), method --script in api call "/api2/json/nodes/{node}/vzdump" executed under admin user causes the same error: {"data":null,"errors":{"script":"Only root may set this option."}}
Can we expect...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.