Search results

  1. mir

    Docker under Proxmox

    I have read numerous times that people request support for Docker in Proxmox so I use some time yesterday to find a solution. The basis for the solution was this on Youtube: https://www.youtube.com/watch?v=79KiCBNbsbg I have tested his solution and it works great - I have decommissioned my home...
  2. mir

    bug in permissions

    To me it sounds odd that you can give all permissions to a user/group but then again all != all. Why can root@pam not give any permissions to a user/group? This is contradictory to how permissions work in Linux/Unix.
  3. mir

    bug in permissions

    Hi all, I have created a group named admins. This group has the following permissions: Path User/Group/API Token Role Propagate / @admins Administrator Yes I have assigned a user which login through ldap to this group. I have even...
  4. mir

    Proxmox VE 6.3 available

    These are just warnings and of no concern.
  5. mir

    KVM guests freeze (hung tasks) during backup/restore/migrate

    This package was pushed to stable yesterday: libpve-storage-perl (6.2-9) over (6.2-8) Maybe there is something in the patch(es) in libpve-storage-perl (6.2-9) which solves some or your problems?
  6. mir

    Mail to pve-devel blocked

    Sounds reasonable. Thanks.
  7. mir

    Mail to pve-devel blocked

    But now it is you Stoiko who is responding. I was actually trying to ask you a question on the pve-devel list: On Mon, 12 Oct 2020 17:34:56 +0200 Stoiko Ivanov <s.ivanov@proxmox.com> wrote: > This patchset follows the fix in > 609f117ff24d2cff6b155e1d4b1175ceebe5bd7b. Since several operations...
  8. mir

    Mail to pve-devel blocked

    For privacy reasons I use my own email server. Also relaying through another email server pose some difficulties on me since it will be difficult to register a mail address to the pve-devel list not matching the the email servers domain ;-)
  9. mir

    Mail to pve-devel blocked

    Hi all, When I try to send email to the pve-devel list by mail is returned with the following response: <pve-devel@lists.proxmox.com>: host firstgate.proxmox.com[212.224.123.68] said: 550 5.7.1 Service unavailable; client [83.93.223.153] blocked using zen.spamhaus.org (in reply to RCPT...
  10. mir

    VirtIO vs SCSI

    This is entirely up to the host to deside. write-back cache is equivalent to a hardware raid controller.
  11. mir

    VirtIO vs SCSI

    This is dangerous since writes are written to memory and first latter persisted to storage.
  12. mir

    Why Debian?

    With statements like this it is also obviously that you are new to Linux ;-)
  13. mir

    [TUTORIAL] RELEASE: [proxmox-vzbackup-rclone] proxmox vzbackup rclone integration (automated backup of vm's/ct's to google drive or other cloud storage)

    Maybe you should consider using restic on-top of rclone to enforce security? https://github.com/restic/restic
  14. mir

    [SOLVED] The installer could not find a supported hard disk (Dell R620 / H730 PERC Mini)

    I can recommend this place for help with hardware raid controllers: https://kb.open-e.com/19/ There is many articles about various problems and recommended settings for optimal performance in different use cases.
  15. mir

    How to manage file storage connected via iSCSI?

    Well, in my opinion virtualization requires thin provision and snapshots either from the image format or from the storage solution and abstraction from the hardware. You can live with one of the features missing if your not using it in an enterprise environment but missing two features is more...
  16. mir

    How to manage file storage connected via iSCSI?

    It seems to lack snapshot feature? If this is the case then it is a very limited virtualization storage solution.
  17. mir

    Automatic LDAP User Sync

    You could create a cron job to run pveum realm sync "Realm"
  18. mir

    APC UPS boots server immediately after poweroff

    In the servers BIOS there is a setting controlling the way the server behaves when power is lost and power is returned. Normally there are three settings: Start when power comes back (sounds like your case since the UPS supplies sufficient power), stay powered off, or return to the previous mode...
  19. mir

    How to manage file storage connected via iSCSI?

    With a SAN there is no need for snapshot and thin provision since this can be done on the SAN side. And as a side note: When using a SAN you should do your storage administration on the SAN side using whatever tools/gui the SAN provides since the SAN knows way more about the storage than Proxmox.
  20. mir

    LZO vs ZSTD

    What about option --threads=0..200? Any benchmarks performed adjusting the number of threds used? There is also this option which could reduce the archive size further and increase decompression time: --[no-]sparse