1. 10 7月, 2013 1 次提交
  2. 09 7月, 2013 3 次提交
  3. 03 7月, 2013 3 次提交
  4. 02 7月, 2013 10 次提交
  5. 25 6月, 2013 1 次提交
  6. 24 6月, 2013 1 次提交
  7. 20 6月, 2013 1 次提交
    • J
      lxc: Resolve issue with GetScheduler APIs for non running domain · 38ada092
      John Ferlan 提交于
      As a consequence of the cgroup layout changes from commit 'cfed9ad4', the
      lxcDomainGetSchedulerParameters[Flags]()' and lxcGetSchedulerType() APIs
      failed to return data for a non running domain.  This can be seen through
      a 'virsh schedinfo <domain>' command which returns:
      
      Scheduler      : Unknown
      error: Requested operation is not valid: cgroup CPU controller is not mounted
      
      Prior to that change a non running domain would return:
      
      Scheduler      : posix
      cpu_shares     : 0
      vcpu_period    : 0
      vcpu_quota     : 0
      emulator_period: 0
      emulator_quota : 0
      
      This patch will restore the capability to return configuration only data
      for a non running domain regardless of whether cgroups are available.
      38ada092
  8. 14 6月, 2013 1 次提交
  9. 06 6月, 2013 1 次提交
  10. 05 6月, 2013 3 次提交
    • D
      Ensure non-root can read /proc/meminfo file in LXC containers · 922ebe4e
      Daniel P. Berrange 提交于
      By default files in a FUSE mount can only be accessed by the
      user which created them, even if the file permissions would
      otherwise allow it. To allow other users to access the FUSE
      mount the 'allow_other' mount option must be used. This bug
      prevented non-root users in an LXC container from reading
      the /proc/meminfo file.
      
      https://bugzilla.redhat.com/show_bug.cgi?id=967977Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      922ebe4e
    • D
      Remove legacy code for single-instance devpts filesystem · 61e672b2
      Daniel P. Berrange 提交于
      Earlier commit f7e8653f dropped support for using LXC with
      kernels having single-instance devpts filesystem from the
      LXC controller. It forgot to remove the same code from the
      LXC container setup.
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      61e672b2
    • E
      maint: don't use config.h in .h files · 1add9c78
      Eric Blake 提交于
      Enforce the rule that .h files don't need to (redundantly)
      include <config.h>.
      
      * cfg.mk (sc_prohibit_config_h_in_headers): New rule.
      (_virsh_includes): Delete; instead, inline a smaller number of
      exclusions...
      (exclude_file_name_regexp--sc_require_config_h)
      (exclude_file_name_regexp--sc_require_config_h_first): ...here.
      * daemon/libvirtd.h (includes): Fix offenders.
      * src/driver.h (includes): Likewise.
      * src/gnutls_1_0_compat.h (includes): Likewise.
      * src/libxl/libxl_conf.h (includes): Likewise.
      * src/libxl/libxl_driver.h (includes): Likewise.
      * src/lxc/lxc_conf.h (includes): Likewise.
      * src/lxc/lxc_driver.h (includes): Likewise.
      * src/lxc/lxc_fuse.h (includes): Likewise.
      * src/network/bridge_driver.h (includes): Likewise.
      * src/phyp/phyp_driver.h (includes): Likewise.
      * src/qemu/qemu_conf.h (includes): Likewise.
      * src/util/virnetlink.h (includes): Likewise.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      1add9c78
  11. 21 5月, 2013 4 次提交
  12. 17 5月, 2013 2 次提交
  13. 16 5月, 2013 2 次提交
  14. 15 5月, 2013 4 次提交
  15. 13 5月, 2013 2 次提交
  16. 09 5月, 2013 1 次提交