Search results

  1. S

    [SOLVED] apparmor - error CT ubuntu 18.04 LTS

    @Raito00 , were the commands run in the container or on the host?
  2. S

    How to kill a container that doesn't stop

    For anyone else who'll come here looking for solution: it seems that [lxc monitor] process is to blame for an undead container. Do 'ps aux | grep [container ID]', and then kill [lxc monitor] process with -9.
  3. S

    Putting HDD to sleep

    Hi again, I can confirm this works, the drive is now on standby about ~60% of time. For some reason the guest keeps waking it up. Oh well...
  4. S

    Putting HDD to sleep

    All right, so I modified /etc/lvm/lvm.conf with the following filter: global_filter = [ "r|/dev/sda*|", "r|/dev/zd.*|", "r|/dev/mapper/pve-.*|" "r|/dev/mapper/.*-(vm|base)--[0-9]+--disk--[0-9]+|"] - after this dstat shows way less io on the drive (for me it's /dev/sda). Then I downloaded...
  5. S

    Putting HDD to sleep

    Thanks for the reminder, but I have good experience with that - I haven't had a drive failed due to this, and I'm putting my drives to sleep for the past 20+ years :-)
  6. S

    Putting HDD to sleep

    I see that the topic gets mulled over and over again, but there's no clear solution I found. One of my drives is used for XPenology, and it really should only be working 2-3 hours a day. Unfortunately I'm using Atom J1900, which means I have no IOMMU that could be used to pass the controller to...
  7. S

    Proxmox 6.0-11 Can't backup CTs, VM backup works fine

    Thanks, that worked! I'm guessing that CT subvols should not be mounted, and I should disable this via ZFS settings?
  8. S

    Proxmox 6.0-11 Can't backup CTs, VM backup works fine

    My setup: - ZFS pool on rust (spinning harddrive) named rpool (also root filesystem) - ZFS pool on SSD named rpool-ssd - NFS share on Synology - I'm using ayufan's patches for diff backup I have setup my VMs on rpool-ssd, the CTs were initially on rpool, but I migrated them. CTs are working...
  9. S

    Can't rename a bind mount?

    I'm not sure if this will still be useful for you, but in my case the problem has been solved by updating ZFS cache file: zpool set cachefile=/etc/zfs/zpool.cache <tank> I tested all the other methods listed on this forum, none of them worked.