]> Frank Brehm's Git Trees - config/samara/etc.git/commitdiff
committing changes in /etc after emerge run
authorfbrehm <fbrehm@samara.profitbricks.localdomain>
Mon, 12 Mar 2012 16:30:09 +0000 (17:30 +0100)
committerroot <root@samara.profitbricks.localdomain>
Mon, 12 Mar 2012 16:30:09 +0000 (17:30 +0100)
Package changes:

.etckeeper
sysctl.d/libvirtd [deleted file]

index 4dc20f44b03e88063202a83ca2fbf1319c34f513..4648d1b884a962d6aaf49cbe2c6418ed1c196d79 100755 (executable)
@@ -1625,7 +1625,6 @@ maybe chmod 0755 './sudoers.d'
 maybe chmod 0440 './sudoers.d/ppd'
 maybe chmod 0644 './sysctl.conf'
 maybe chmod 0755 './sysctl.d'
-maybe chmod 0644 './sysctl.d/libvirtd'
 maybe chmod 0644 './sysctl.d/libvirtd.conf'
 maybe chmod 0755 './syslog-ng'
 maybe chmod 0644 './syslog-ng/modules.conf'
diff --git a/sysctl.d/libvirtd b/sysctl.d/libvirtd
deleted file mode 100644 (file)
index 275482c..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# The kernel allocates aio memory on demand, and this number limits the
-# number of parallel aio requests; the only drawback of a larger limit is
-# that a malicious guest could issue parallel requests to cause the kernel
-# to set aside memory.  Set this number at least as large as
-#   128 * (number of virtual disks on the host)
-# Libvirt uses a default of 1M requests to allow 8k disks, with at most
-# 64M of kernel memory if all disks hit an aio request at the same time.
-fs.aio-max-nr = 1048576