1. 26 8月, 2015 6 次提交
    • M
      Start daemon only after filesystems are mounted · 3418e781
      Martin Kletzander 提交于
      When images are on mounted filesystems, there is no guarantee libvirtd
      will start before they are mounted.  Since we want to start after both
      local and remote filesystems are mounted, we need to add both local-fs
      and remote-fs as targets that should precede starting libvirtd service.
      Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      3418e781
    • P
      virt-aa-helper: add NVRAM store file for read/write · 91fdcefa
      Peter Kieser 提交于
      This is a cryptographically signed message in MIME format.
      
      Some UEFI firmwares may want to use a non-volatile memory to store some
      variables.
      If AppArmor is enabled, and NVRAM store file is set currently
      virt-aa-helper does
      not add the NVRAM store file to the template. Add this file for
      read/write when
      this functionality is defined in domain XML.
      Signed-off-by: NPeter Kieser <peter@kieser.ca>
      91fdcefa
    • S
      Fix link to page for Virtuozzo driver · 0c83568f
      Sergey Bronnikov 提交于
      0c83568f
    • I
      lxc: Inherit namespace feature · c27553b6
      ik.nitk 提交于
      This patch adds feature for lxc containers to inherit namespaces.
      This is very similar to what lxc-tools or docker provides.  Look
      for "man lxc-start" and you will find that you can pass command
      args as [ --share-[net|ipc|uts] name|pid ]. Or check out docker
      networking option in which you can give --net=container:NAME_or_ID
      as an option for sharing +namespace.
      
      >From this patch you can add extra libvirt option to share
      namespace in following way.
      
       <lxc:namespace>
         <lxc:sharenet type='netns' value='red'/>
         <lxc:shareipc type='pid' value='12345'/>
         <lxc:shareuts type='name' value='container1'/>
       </lxc:namespace>
      
      The netns option is specific to sharenet. It can be used to
      inherit from existing network namespace.
      
      Co-authored: Daniel P. Berrange <berrange@redhat.com>
      c27553b6
    • M
      qemu: Label correct per-VM path when starting · f674dc67
      Martin Kletzander 提交于
      Commit f1f68ca3 overused mdir_name()
      event though it was not needed in the latest version, hence labelling
      directory one level up in the tree and not the one it should.
      
      If anyone with SElinux managed to try run a domain with guest agent set
      up, it's highly possible that they will need to run 'restorecon -F
      /var/lib/libvirt/qemu/channel/target' to fix what was done.
      Reported-by: NLuyao Huang <lhuang@redhat.com>
      Signed-off-by: NMartin Kletzander <mkletzan@redhat.com>
      f674dc67
    • L
      qemu: Update blkio.weight value after successful set · bf278821
      Luyao Huang 提交于
      https://bugzilla.redhat.com/show_bug.cgi?id=1253107
      
      Make a call virCgroupGetBlkioWeight to re-read blkio.weight right
      after it is set in order to keep internal data up-to-date.
      Signed-off-by: NLuyao Huang <lhuang@redhat.com>
      bf278821
  2. 25 8月, 2015 2 次提交
  3. 24 8月, 2015 18 次提交
  4. 22 8月, 2015 4 次提交
  5. 21 8月, 2015 2 次提交
  6. 20 8月, 2015 7 次提交
  7. 19 8月, 2015 1 次提交