bab9bb6b69
Create new directories: ceph config config-files filesystem kernel kernel/kernel-modules ldap logging strorage-drivers tools utilities virt Retire directories: connectivity core devtools support extended Delete two packages: tgt irqbalance Relocated packages: base/ dhcp initscripts libevent lighttpd linuxptp memcached net-snmp novnc ntp openssh pam procps sanlock shadow sudo systemd util-linux vim watchdog ceph/ python-cephclient config/ facter puppet-4.8.2 puppet-modules filesystem/ e2fsprogs nfs-utils nfscheck kernel/ kernel-std kernel-rt kernel/kernel-modules/ mlnx-ofa_kernel ldap/ nss-pam-ldapd openldap logging/ syslog-ng logrotate networking/ lldpd iproute mellanox python-ryu mlx4-config python/ python-2.7.5 python-django python-gunicorn python-setuptools python-smartpm python-voluptuous security/ shim-signed shim-unsigned tboot strorage-drivers/ python-3parclient python-lefthandclient virt/ cloud-init libvirt libvirt-python qemu tools/ storage-topology vm-topology utilities/ tis-extensions namespace-utils nova-utils update-motd Change-Id: I37ade764d873c701b35eac5881eb40412ba64a86 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
20 lines
882 B
Plaintext
20 lines
882 B
Plaintext
# This is a systemd environment file, not a shell script.
|
|
# It provides settings for "/lib/systemd/system/qemu-guest-agent.service".
|
|
|
|
# Comma-separated blacklist of RPCs to disable, or empty list to enable all.
|
|
#
|
|
# You can get the list of RPC commands using "qemu-ga --blacklist='?'".
|
|
# There should be no spaces between commas and commands in the blacklist.
|
|
BLACKLIST_RPC=guest-file-open,guest-file-close,guest-file-read,guest-file-write,guest-file-seek,guest-file-flush
|
|
|
|
# Fsfreeze hook script specification.
|
|
#
|
|
# FSFREEZE_HOOK_PATHNAME=/dev/null : disables the feature.
|
|
#
|
|
# FSFREEZE_HOOK_PATHNAME=/path/to/executable : enables the feature with the
|
|
# specified binary or shell script.
|
|
#
|
|
# FSFREEZE_HOOK_PATHNAME= : enables the feature with the
|
|
# default value (invoke "qemu-ga --help" to interrogate).
|
|
FSFREEZE_HOOK_PATHNAME=/etc/qemu-ga/fsfreeze-hook
|