Search results

  1. G

    role / permission to prevent deletion of backup files

    Hi, we use Proxmox VE with Proxmox BS. On the Proxmox BS, we have to setup some users, I want to be able, that those users can perform backups, but are not able to delete any of the things. Why? I do not want to rely of the Proxmox VE authentication database and settings, I want to do the...
  2. G

    Proxmox 8.3: VM not starting anymore because of KVM wrong syntax

    Upgrading to 8.3 brings fun: kvm: -smbios type=1, : warning: short-form boolean option ' ' deprecated Please use =on instead kvm: -smbios type=1, : Invalid parameter ' ' TASK ERROR: start failed: QEMU exited with code 1
  3. G

    RAID-Z1: increase amount of disks

    Hi, for a bigger Project (SIEM), we want to start with 3 NVMe, using Raid-Z1. Later, I want to have the chance, to increase the pool, using 4 instead of 3 disks of same model/manufacturer. Is it possible to just increase the pool without any problems to re-setup something? If I understood it...
  4. G

    LXC container support from proxmox VE 7.0 - future

    Hi, just asking a silly question. Many people use docker / podman and so on. Will there be a future for pure LXC containers from proxmox VE 7.0 and later? Are there any plans/roadmap on this? best and thanks Ronny
  5. G

    [SOLVED] Bug? Proxmox VE 6.0 -> 6.1 update: Ceph dashboard missing information

    Hi, after upgrading all the things from 6.0 -> 6.1, my dashboard on CEPH is like empty in the tab services; no mon/manager/mds are shown any more, but running well Any ideas? Best Ronny
  6. G

    CEPH: How to find the best start being prepared to select Hardware

    Hello everybody, We are currently faced with deciding what a possible new storage concept might look like. Unfortunately, we can only "rely" on what we have found on the internet at Howtos and information about CEPH. What do we want to achieve: - I'd like to have a growing cluster for both...
  7. G

    API: /nodes/{note}/execute

    Hi, also there are already some discussions about this topic. For the kind of some GUI for our dev-department it would be nice to execute commands inside a LXC container directly. I found this command, and some explainations here in the forum telling me this command is only available for PROXMOX...
  8. G

    LXC: cpu.allowance ?

    Hi, I am wondering whether there is an option beside the amount of Cores to use cpu.allowance from LXC to limit to n % of CPU in total. In the interface and API, I did not find any option for this. Is there a roadmap topic for this? And a 2nd question. If I have a total of 50 Cores, and setup...
  9. G

    Wish: Amazon S3 integration

    It would be nice do use automatically S3 for backup purposes with limited writeable user (no delete options) nessescarry. Is there a plan for integration?
  10. G

    Windows Server 2012R2 / 4.2.5 Enterprise / serious bug

    Hi, we have been notified about a strange bug / behaviour within Proxmox PVE 4.2.5 running Windows Server 2012R2 (including all latest patches on it). During the night-times, there is a crash, the VE is rebooting on its own. In the logs the following report is generated: - Kernel Power...
  11. G

    HA Cluster with 2 Nodes, Backup

    Hi, First: Have a happy new year for everyone :-). Second: I plan to setup a HA-Cluster using this guide: http://pve.proxmox.com/wiki/Two-Node_High_Availability_Cluster Will it work without the Quorum Disk (3rd node at all in general)? I want to use DRBD with LVM on it. Also: In the past I...