Search results

  1. L

    How fast is your backup datastore? Benchmark tool

    Result with a PBS VM 4x Cores 8 Go Ram ZFS HDD (SATA Storage via Netapp NFS v3) On PBS : proxmox-backup-client benchmark --repository backup_c Password for "root@pam": ***************** Uploaded 498 chunks in 5 seconds. Time per request: 10073 microseconds. TLS speed: 416.35 MB/s SHA256...
  2. L

    Sequential backup for VMs/CTs

    Hi, Any news about this ? Because if you have some cluster is hard to do a backup is running all backup in all nodes in same time for create global backup policy is not easy... Actually have only found a workaround create job node by node & node after node. I hope you can add possibility to set...
  3. L

    Emails for updates "New software packages available"

    Hi, please yes if you have fixe for stop PBS to spam for Update that would be great. Best Regards
  4. L

    Dell EMC DDBoost - 400 Bad Request: [client [::ffff:<IP>]:49476] unable to detect file type

    Hi, I think that would be a good feature to support the BoostFS. Best Regards
  5. L

    [SOLVED] Cisco ISE unsupported hardware detected

    Hi, Try to install in UEFI ? And you can change CPU compatibility for example : Sandybgridge (Only if needed) Also you can look at Cisco for KVM Hardware Requirement ...
  6. L

    [SOLVED] Run Docker inside LXC

    Hi, I recommend this options but that mostly depend on what you need to do : In PVE 7.x is not really needed to edit the lxc configuration. When you use : lxc.apparmor.profile: unconfined lxc.cap.drop: It is mainly because you have a specific need. You should not use its default options but...
  7. L

    Tried to update server and broke it

    Hi, Can you explain since when you have the problem and what is your version of PVE ? pveversion -v You are sure your gateway is 192.168.254.000 ? You can look if your interface is up with ip a if you want ex : eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default...
  8. L

    Tried to update server and broke it

    Hi, @forcegc please check your network config at /etc/network/interface You have acces to the proxmox panel & your network interface is up or down ? @300cpilot you can look here https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0#Linux_Bridge_MAC-Address_Change Best Regards
  9. L

    Official DarkMode

    i agree +1 dark mode :D
  10. L

    Testing CEPH IO Speed

    Hi, On my side im use : dd if=/dev/zero of=./perf-test bs=4k iflag=fullblock,count_bytes count=4G fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --bs=4k --iodepth=64 --readwrite=randrw --rwmixread=75 --size=4G --filename=/root/perf-test Best Regards
  11. L

    Bump LXC 5.0

    Hi, i understand that @wbumiller thanks for your reply. I hope this will be able to do this quickly and painlessly. Best Regards
  12. L

    Bump LXC 5.0

    Hello, https://discuss.linuxcontainers.org/t/lxc-5-0-lts-has-been-released/14381 With the release of LXC 5.0, a new milestone has been reached for LXC. I wanted to know if you were thinking of doing the bump in PVE 7.2 see 7.3 ? Or maybe you'll wait for the first revision ex : 5.0.1 Best Regards
  13. L

    can i install on raspberry pi4b

    Hi, Yes you can with : https://github.com/pimox/pimox7 PS: Is not official release and not officially supported by Proxmox. Best Regards
  14. L

    [SOLVED] Shortest downtime for lxc container backup

    Hi, Is better to use snapshot for best backup integrity. And that improve speed of backup too. Best Regards
  15. L

    LXC AlmaLinux 9 issue

    Issue have been fixed in distrobuilder out of lxc-ci : https://github.com/lxc/distrobuilder/pull/644 Network & Console now work on PVE :D AlmaLinux Fix : https://uk.lxd.images.canonical.com/images/almalinux/9/amd64/default/20220615_23:08/rootfs.tar.xz AlmaLinux Old ...
  16. L

    Huge size of LXC backup using Proxmox Backup

    Hi, On my side have fix issue with /var/log/lastlog on LXC Backup. Have simply add exclude-path: "/var/log/lastlog" in /etc/vzdump.conf https://forum.proxmox.com/threads/lxc-slow-update-centos-7.98182/ Best Regards
  17. L

    LXC AlmaLinux 9 issue

    Thank you that fix my issue ! On my side have simply make : systemctl disable --now systemd-firstboot That fix same issue on CentOS 9 too. Also have make PR for fix this issue : https://github.com/lxc/lxc-ci/pull/548 Best Regards
  18. L

    Soucis avec mes carte LSI MegaRAID SAS 9240_8i

    Hi, Try to set : intel_iommu=off at the end of GRUB_CMDLINE_LINUX_DEFAULT in this file : nano /etc/default/grub update-grub reboot PS : Pour faire du RAID 1 il serait largement possible de ce passer des cartes RAID et d'utiliser BTRFS ou ZFS pour cela. Best Regards
  19. L

    v4.2 no graphic/details/stats and date 01.01.1970

    Hi, On my side have just make systemctl restart rrdcached That have fix my issue. Best Regards