1. 26 Jul, 2017 1 commit
    • Allow full path in lxc.devices.allow · c8bf519d
      aeris authored
      Some devices like LVM or cryptsetup entries have no stable major/minor, changing between host reboots.
      In this case, hardcoded numbers are not usable in config file and there is currently no way to use hook with lxc-device to do the link at guest startup :
      
          * `pre-start`/`autodev` hook runs in host context but has the guest in stopped state and so lxc-device not usable
          * `start` hook is in running state but runs in guest context and so lxc-device not available
      
      This patch converts fullpath in lxc.devices.allow to current major/minor numbers to address those changing numbers.
      Signed-off-by: 's avataraeris <aeris@imirhil.fr>
  2. 12 Jul, 2017 15 commits
  3. 11 Jul, 2017 7 commits
  4. 10 Jul, 2017 3 commits
  5. 09 Jul, 2017 5 commits
  6. 08 Jul, 2017 9 commits