Search results

  1. U

    Unable to manage backups

    Hi, I'll try to make the checks, but all of the backups seem to be in that state. More: from the pve gui I am able to navigate the backups and download/restore single files, so I think the backups and snapshots are there.
  2. U

    Unable to manage backups

    Hi, I'm trying to see if I can manage the backups. It seems I can easily list the snapshots: proxmox-backup-client snapshot list ┌─────────────────────────────────┬─────────┬────────────────────────────────────────────────────────────────┐ │ snapshot │ size │ files...
  3. U

    sse4_2 support in VM

    Hi, I would need to know how to enable sse4_2 support from host to vm. I'm now on a kvm64 cpu for the vm, which flags should I enable to get sse4_2 to work for the vm? Should I migrate to host cpu? Thanks,
  4. U

    Backup Server API access

    Ok, Furhter debugging showed that probably the user had conflicting permissions (Audit on / and DatastoreBackup on /datastore/Backups) and probably they somehow conflicted in the way the script calls the apis. Using a new dedicated user with just Audit on / permissions made te script work...
  5. U

    Backup Server API access

    Hi, I am using the same api/token used in postman (all three targets work) for all of the targets in the script, and in the script only one target (nodes/localhost/status) work fetching data, while the others seem to work (no auth problems received), just null data fetched.
  6. U

    Backup Server API access

    Ok, now it seems to work on all of the three targets, thank you very much. Now to the first point: can't understand why the script gets null data from two of the targets, if targets and permisisons work. Is there some situation in which a null data can be fetched instead of the full data?
  7. U

    Backup Server API access

    Well, I think it is: curl --location 'https://pbs1.domain.com:8007/api2/json/status/datastore-usage' \ --header 'Authorization: PBSAPIToken=backup@pbs!gethomepage=tokensecret'
  8. U

    Backup Server API access

    Hi, with PBSAPIToken now the error is: authentication failed - invalid token name curl --location 'https://pbs1.domain.com:8007/api2/json/status/datastore-usage' \ --header 'Authorization: PBSAPIToken=user@pbs!token-id=token-secret'
  9. U

    Backup Server API access

    I'm also trying using postman, but always get: authentication failed - no authentication credentials provided. When trying to access with code: curl --location 'https://pbs1.domain.com:8007/api2/json/status/datastore-usage' \ --header 'Authorization...
  10. U

    Backup Server API access

    Hi, I'm trying to access the PBS api through a little script. If I access them from the browser, I can see all of the data form all of the three api nodes If I access them from the script, I have null responses from two of them (see next) I'm using a user/password on the browser, apitoken in...
  11. U

    PVE cluster firewall levels (cluster/node/vm-lxc)

    So, for further checking if I understood. 1) Keeping the firewall only on cluster level is no use: I have to apply the rules at node and/or vm level. 2) As soon as I apply it at node level, and say I have a dedicated vlan for glusterfs storage network (say vlan90, network 10.0.90.x), I would...
  12. U

    PVE cluster firewall levels (cluster/node/vm-lxc)

    Hi, I do have a local three-node cluster, all the nodes on same LAN, internal traffic managed with bonds/vmbr/vlans to a single managed switch. All of the nodes have the very same network settings (NICS-interface-bond(s)-vmbr(s)-vlan(s)). I have many services running between the nodes, on...
  13. U

    [SOLVED] Pve 8 - CephFS not mounting

    Hi, Thank you very much for your feedback, just restarting the mds's fixed it. I probably think that the mds's started without the monitors up (I had to start them manually), and then needed to be restarted manually to properly manage the pool and the mount. At least, this is the chronology of...
  14. U

    [SOLVED] Pve 8 - CephFS not mounting

    Hi, After upgrade to 8, I stopped and restarted a cluster (3 nodes) with both a Ceph cluster (for VMs) and a CephFS cluster (for Backups). It seems the CephFs fails to mount, with followig lines in the syslog: Jul 03 15:42:13 pvenode1 systemd[1]: /lib/systemd/system/ceph-volume@.service:8...
  15. U

    [SOLVED] Ceph, systemd and Killmode=none

    Ok thank you, I'll wait for next updates then.
  16. U

    [SOLVED] Ceph, systemd and Killmode=none

    Hi, I am receiving the following message when restarting a node (so restarting ceph and osds on the node): systemd[1]: /lib/systemd/system/ceph-volume@.service:8: Unit configured to use KillMode=none. This is unsafe, as it disables systemd's process lifecycle management for the service. Please...
  17. U

    Dark mode: Chrome on Ubuntu

    Hi! I'm trying out Dark Mode for Proxmox, but can't seem to be able to make it work on Chrome for Ubuntu 22.04. Is there a way to make it properly see the OS Dark Mode setting and apply it on Proxmox, like it works in Windows? Thanks,
  18. U

    Smartctl: advice on bad sectors

    Hi, I'm receiving one mail almost each hour from my pbs instance, saying Device: /dev/sda [SAT], 1 Currently unreadable (pending) sectors If I run smartctl -a /dev/sda (it's the zfs disk with the OS on) root@pbs1:~# smartctl -a /dev/sda smartctl 7.2 2020-12-30 r5155...
  19. U

    Ubuntu Pro subscription and Proxmox

    I know that, just hoped someone already had experience on the topic. Hope to find it out and be able to come back and report, as it could be a very important service for ubuntu VMs running on Proxmox. Thank you!
  20. U

    Ubuntu Pro subscription and Proxmox

    Hi, Anyone knows what it actually means, for Ubuntu Pro: So would Proxmox be supported, being qemu/KVM-based? And what does it mean "All Nodes in the cluster have to be subscribed"? How to subscribe a Proxmox (or whatever) node? I'm also waiting for an answer from Canonical, if they even...