Search results

  1. U

    [SOLVED] Password update using the cli not applied on PBS 3.3

    Hi there, I found an issue on release 3.3. I often create user using the command line with proxmox-backup-manager user create test@pbs Then I update the password with proxmox-backup-manager user update test@pbs --password 123456 This work on PBS 3.2.7 and the user can login with the...
  2. U

    Connection closed before reading preface

    Hello, I daily use and backup 5 pve servers on my pbs instance. I added another host (HOST-A) yesterday and had an error (this server never made any backup on this pbs) with the following log message : 2024-09-18T10:16:49+02:00: starting new backup on datastore 'pbs-prod04' from...
  3. U

    Not enough space on thin lvm

    Hi, I have a node running latest up to date Proxmox version. I configured lvm thin provisionning for users with a Raid0 composed with 2 SSD for about 1To. Maybe a misconfig or bad usage made it crash. A user provisionned a template with a storage of 500Go. Everything was running fine for our...
  4. U

    [SOLVED] Manage pools via API

    Hi, Following my previous post concerning our custom deployments, I am trying to build a dev environment for our team. The use case is : - lxc rootfs creation with packer via Jenkins - push rootfs on proxmox - import rootfs as new lxc - start some jobs into theses new containers I am writing...
  5. U

    [SOLVED] Import packer lxc : unable to create - unable to detect OS distribution

    Hi there, We are using packer to build rootfs to deploy appliances on our proxmox servers for lxc and docker. I tried to create a container based on an imported rootfs with folowing command line pct create 999 /var/lib/vz/template/cache/packer-debian-template.tar.gz --arch amd64 --hostname...
  6. U

    Import logical volume to ceph storage

    Hi, I just started a lab with 3 hypervisors : - 2x Intel Xeon - 256Gb ram - 4x960Gb SSD Intel - 4x4To WD I just configured a ceph storage with crush replication rules for ssd and hdd. A the moment, I just configured two nodes, the latest is in production, using Debian and libvirt to provide lxc...