Update for f29
In Fedora 29 dstat was merged with pcp-system-tools (see https://pagure.io/fesco/issue/1956) Work around a iscsi bug with external packages until we can get the package fixed. Obsolete F27 Change-Id: I2f16658c5a3e22cac70912a0f3ad65cdd7071a1e
This commit is contained in:
parent
c6a4c4547d
commit
ba50347526
@ -1,5 +1,5 @@
|
||||
iscsi-initiator-utils
|
||||
lvm2
|
||||
qemu-img
|
||||
scsi-target-utils # not:rhel7,f25,f26,f27,f28 NOPRIME
|
||||
targetcli # dist:rhel7,f25,f26,f27,f28 NOPRIME
|
||||
scsi-target-utils # not:rhel7,f25,f26,f27,f28,f29 NOPRIME
|
||||
targetcli # dist:rhel7,f25,f26,f27,f28,f29 NOPRIME
|
||||
|
@ -1,2 +1,3 @@
|
||||
dstat
|
||||
dstat # not:f29
|
||||
pcp-system-tools # dist:f29
|
||||
python-psutil
|
||||
|
@ -9,9 +9,9 @@ git-core
|
||||
graphviz # needed only for docs
|
||||
httpd
|
||||
httpd-devel
|
||||
iptables-services # NOPRIME f25,f26,f27,f28
|
||||
iptables-services # NOPRIME f25,f26,f27,f28,f29
|
||||
java-1.7.0-openjdk-headless # NOPRIME rhel7
|
||||
java-1.8.0-openjdk-headless # NOPRIME f25,f26,f27,f28
|
||||
java-1.8.0-openjdk-headless # NOPRIME f25,f26,f27,f28,f29
|
||||
libffi-devel
|
||||
libjpeg-turbo-devel # Pillow 3.0.0
|
||||
libxml2-devel # lxml
|
||||
|
@ -7,7 +7,7 @@ gawk
|
||||
genisoimage # required for config_drive
|
||||
iptables
|
||||
iputils
|
||||
kernel-modules # dist:f25,f26,f27,f28
|
||||
kernel-modules # dist:f25,f26,f27,f28,f29
|
||||
kpartx
|
||||
libxml2-python
|
||||
m2crypto
|
||||
|
@ -2,7 +2,7 @@ curl
|
||||
liberasurecode-devel
|
||||
memcached
|
||||
pyxattr
|
||||
rsync-daemon # dist:f25,f26,f27,f28
|
||||
rsync-daemon # dist:f25,f26,f27,f28,f29
|
||||
sqlite
|
||||
xfsprogs
|
||||
xinetd
|
||||
|
10
lib/nova
10
lib/nova
@ -296,6 +296,16 @@ function configure_nova {
|
||||
fi
|
||||
fi
|
||||
|
||||
if is_fedora; then
|
||||
# There is an iscsi-initiator bug where it inserts
|
||||
# different whitespace that causes a bunch of output
|
||||
# matching to fail. We have not been able to get
|
||||
# fixed, yet :/ Exists in fedora 29 & 30
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1676365
|
||||
sudo dnf copr enable -y iwienand/iscsi-initiator-utils
|
||||
sudo dnf update -y
|
||||
fi
|
||||
|
||||
if [[ ${ISCSID_DEBUG} == "True" ]]; then
|
||||
# Install an override that starts iscsid with debugging
|
||||
# enabled.
|
||||
|
Loading…
Reference in New Issue
Block a user