Search results

  1. S

    HDD never spin down

    Hello, I do not have time to write a nice post but here are my evernote notes: spindown / sleep disks ok if: pvestatd stop (disable disks stats) then hdparm -y or -Y /dev/sda / sdd usb 500 GB slim doesn't accept but 8TB de ATLAS ok disable selected stats...
  2. S

    Using ZFS pool and dataset on my Proxmox with OMV

    The system disk is virtual, the data disk is mounted and NTFS (pass trough). I had a crash problem with latest proxmox, here is the fix: https://forum.proxmox.com/threads/some-vms-arent-booting-after-upgrade-to-7-1.100039/#post-439144 I have very little time at the moment, hope this helps.
  3. S

    Using ZFS pool and dataset on my Proxmox with OMV

    My setup is with windows 2019 standard server "free" desktop evaluation here are some links: - https://gist.github.com/goffinet/36e6581670cde2d016f620f6f490d281 - https://serverfault.com/questions/911590/this-could-be-due-to-credssp-encryption-oracle-remediation-rdp-to-windows-10-p -...
  4. S

    Proxmox host configuration backup

    Hi, I fully agree with you that a config backup should be available is the gui for the proxmox config files (like the schedulable backup for the VM) I found months ago the Danilo backup: https://github.com/DerDanilo/proxmox-stuff It works pretty well until now. I did not had to restore a...
  5. S

    Some VMs aren't booting after upgrade to 7.1

    @tom Thanks for the tip of recommending virtio scsi, it's what I do, but I use passthrough for one sata disk to my Windows VM. At the beginning I didn't find that it was that drive not mounting that freezed the (rarely used video file server) windows 2019 srv. The whole server was crashing...
  6. S

    Some VMs aren't booting after upgrade to 7.1

    THIS solved my 2 days of nightmare of my win 2019 srv crashing after some hours of running. I changed this on a virtio passtrough to a sata drive. virtio0: local-lvm:vm-107-disk-0,aio=threads,size=32G virtio2...
  7. S

    Kernel 5.4.44-2-pve problem

    Hi, I'm in holidays, but never heard about this AMS and my g8 is silent.
  8. S

    Kernel 5.4.44-2-pve problem

    hi @t.lamprecht no, I didn't. I had some free time and after 4 days without finding a solution I re-installed. Sorry
  9. S

    Kernel 5.4.44-2-pve problem

    Sorry, but nope, I tried the new kernel with an unmodified lvm.conf global_filter and it was not booting. And now the 5.4.44.2 is booting with my previous global_filter without any issue. Just my 2cents
  10. S

    Kernel 5.4.44-2-pve problem

    no idea ... indeed, maybe ... but it works
  11. S

    Kernel 5.4.44-2-pve problem

    @Loras @lonsimbt I'm running now 5.4.44-2-pve with global_filter = [ "r|/dev/disk/by-id/ata-ST8000DM004-2CX188_ZCT0D032*|", "r|/dev/zd.*|", "r|/dev/mapper/pve-.*|" "r|/dev/mapper/.*-(vm|base)--[0-9]+--disk--[0-9]+|"] And I'm almost 100% sure that I restored the original global_filter in my...
  12. S

    Kernel 5.4.44-2-pve problem

    It didn't... I'm the author of this thread ;)
  13. S

    UPS APC to shutdown VMs?

    Thanks, great idea, I don't know why, but it didn't come to my mind... but a bit pricey ... https://www.amazon.fr/dp/B00DOQ24ZQ :rolleyes: At that price better to "loose" 1GB of Ram for a VM o_O
  14. S

    Kernel 5.4.44-2-pve problem

    Hello, Here is my mod: global_filter = [ "r|/dev/disk/by-id/ata-ST8000DM004-2CX188_ZCT0D032*|", "r|/dev/zd.*|", "r|/dev/mapper/pve-.*|" "r|/dev/mapper/.*-(vm|base)--[0-9]+--disk--[0-9]+|"]
  15. S

    Kernel 5.4.44-2-pve problem

    I did also modify my global_filter to be able to put my bi-weekly backup disk to sleep. As you know after the problem, I re-installed everything, and re-modified my global_filter... and it boots perfectly. Do you know when Proxmox will be able to deal with GREEN computing ? My HP Microserver G8...
  16. S

    Kernel 5.4.44-2-pve problem

    Hello, No, not a typo: 44-1 booted correctly, 44-2 didn't
  17. S

    UPS APC to shutdown VMs?

    Thanks, but my ups is usb only ... So, no solution for usb UPS rather than installing on host ? thanks !
  18. S

    UPS APC to shutdown VMs?

    Hello, Just spend Hours trying tho make apcupsd run in a LXC. I've an APC USB UPS connected on the host I've passed the usb to the LXC this way in the LXC conf: lxc.cgroup.devices.allow: c 189:* rwm lxc.mount.entry: /dev/bus/usb/001 dev/bus/usb/001 none bind,optional,create=dir and run this on...