Latest activity

  • U
    uzumo replied to the thread Shared Remote ZFS Storage.
    Is this just wishful thinking? Or is it a procedure you've verified, backed by evidence and proven results, that anyone would find convincing? I, for one, would not entrust my systems to the company that proposed this.
  • UdoB
    Forget btrfs and go with zfs mirror, it's supported in the installer and there is actual official doc on it. Tested and works. https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_zfs_change_failed_dev...
  • E
    WOW, three lines of code, and the job is done: lvremove /dev/pve/data lvresize -l +100%FREE /dev/pve/root resize2fs /dev/mapper/pve-root Massive THANK YOU :)
  • E
    Elompenta reacted to janvv's post in the thread Can I remove local and local-lvm? with Like Like.
    For others coming here for the same question: local-lvm - Remove local-lvm from the storage configuration of the Datacenter - Execute the following commands on the node's console: lvremove /dev/pve/data lvresize -l +100%FREE /dev/pve/root...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Proxmox LXD? with Like Like.
    You confuse lxcs ( Linux containers) with lxd ( Software for managing vms and lxcs) Both lxd ( and it's fork incus) and ProxmoxVE manage vms and lxcs. Lxcs are more lightweight than vms but only work for Linux applications since they run directly...
  • Falk R.
    Was? Das prunen geht eigentlich recht schnell. Die garbage-collection oder verify-Job werden bei hdds aber immer lange dauern, weil beim PBS der Datenbestand in zig kleine Dateien ( Chunks ) aufgeteilt wird und jeder (!) chunk dafür eingelesen...
  • A
    alma21 replied to the thread Shared Remote ZFS Storage.
    you are not mistaken - the VM(s) mirrors the virtual disks to 2 different PVE NW datastores / Storage Servers - I would say VM disks on different datastores are not uncommon in PVE (within 1 VM) - but would do this on similiar storage types (e.g...
  • M
    I have a similar problem... After disconnecting my server from a cluser as per the proxmox manual I end upo with neither the LVM-local, neither my UniverseServer nor pve being active. root@pve-universe-server:~# pvs root@pve-universe-server:~#...
  • fstrankowski
    Kannst Du so machen. Wenn Du deine Hardware auflistest können wir dir sicher noch Ideen für eine gute Partitionierung geben.
  • R
    Hi, ich versuche gerade mal ein wenig mich in Proxmox einzuarbeiten. Ich habe einen Server mit 2 RAID 1. Auf dem ersten (kleineren) wollte ich Proxmox installieren mit ca. 50GB und den Rest für VM benutzen. Ist das vernünftig, oder sollte der...
  • M
    micneu replied to the thread Usb Festplatte mit NextCloud.
    Ok, aber für solche Dateien hat man doch in der Regel ein NAS. Ich habe selbst noch nie eine Nextcloud „gebraucht“, weil ich meine Daten bequem auf dem NAS ablegen kann. Ich persönlich würde meine Daten nicht direkt auf Proxmox speichern, sondern...
  • fba
    I have seen others report problems with importing sometimes... and thought I would share one that can cause the issue that I don't think has been widely mentioned... (mainly because it happened today... down to about 6 vms out of almost...
  • K
    Most probably: https://bugzilla.proxmox.com/show_bug.cgi?id=7271 Please try downgrading pve-container like that apt install pve-container=6.0.18 which should fix the problem. A patch is already on the way.
  • O
    Naja die Hardware gibt es schon her ich habe eine 512 NVMe drin. Es laufen in Moment zwei VM einmal iobroker nur für ein schönes Wetterdashbord und Homeassistant. Meine Überlegung war ja das es wenn man vom Handy zb Bilder speichert das dann die...
  • K
    Forget btrfs and go with zfs mirror, it's supported in the installer and there is actual official doc on it. Tested and works. https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_zfs_change_failed_dev...
  • B
    For me the VM CPU type was set to HOST. This really upsets the Nvidia drivers. Change the CPU type on linux vm to kvm64 or something other than HOST, windows vms like Westmere. After changing the setting Windows VM might be a little upset but...
  • K
    Reported here https://bugzilla.proxmox.com/show_bug.cgi?id=7270
  • R
    Dear Anaxagoras, For your information, since the upgrade of the cluster to Proxmox 9.1 (begin December 2025), I didn't have any problem anymore. # ceph crash ls ID ENTITY NEW...
  • O
    outer_network reacted to Stoiko Ivanov's post in the thread [TUTORIAL] Deployment Tips with Like Like.
    Thanks for the report - we recently migrated the wiki - it seems the redirect was not ported over correctly - this should be fixed now - and the old link should work again!
  • O
    outer_network reacted to Stoiko Ivanov's post in the thread [TUTORIAL] Deployment Tips with Like Like.
    We have compiled a collection of best practices and recommendation for Proxmox Mail Gateway deployments on the project page: https://pmg.proxmox.com/wiki/index.php/Getting_started_with_Proxmox_Mail_Gateway It contains a few tutorials, and tips...