ironic-python-agent/ironic_python_agent
Derek Higgins 9caea595d2 Bind mount /run into chroot when installing grub
grub-mkconfig runs a lvs command that attempts to access /run/lvm
once for each block device, currently it times out after 10 seconds
for each device and moves on. Multiple 10 second delays become
a problem (causing IPA API timeouts) when multiple block devices
are present. Bind mounting in /run avoids the delay and the
timeouts.

Task: 30616
Story: 2005507

Change-Id: Iae8b7808a35bff121f64971aadd4bd36b5f5bb71
(cherry picked from commit 9c35f02792)
2019-05-08 19:25:56 +01:00
..
api Agent: Listen for connections on both IPv4 and IPv6 ports 2017-01-19 15:24:11 +00:00
cmd Remove old lookup/heartbeat from IPA 2016-11-09 16:34:44 +00:00
extensions Bind mount /run into chroot when installing grub 2019-05-08 19:25:56 +01:00
hardware_managers flake8: Specify 'ironic_python_agent' as name of app 2017-03-16 07:09:07 -07:00
shell Fix for fatal error when GPT was used and only MBR was cleaned 2018-06-04 11:39:34 +00:00
tests Bind mount /run into chroot when installing grub 2019-05-08 19:25:56 +01:00
__init__.py Use # instead of """ for copyright blocks 2014-04-10 07:14:06 -07:00
agent.py Ignore IPv6 link local addresses 2017-11-21 17:11:05 +00:00
config.py Fix waiting for target disk to appear 2017-10-17 14:25:05 +00:00
dmi_inspector.py Collect processor, memory and BIOS output of dmidecode - follow-up 2017-07-27 07:30:54 -07:00
encoding.py Create a SerializableComparable class 2015-09-11 13:44:09 -07:00
errors.py NUMA-topology collector 2017-05-16 08:07:58 -04:00
hardware.py Fix waiting for target disk to appear 2017-10-17 14:25:05 +00:00
inspector.py Merge "Configure and use SSL-related requests options" 2017-02-07 09:57:49 +00:00
ironic_api_client.py Configure and use SSL-related requests options 2017-01-13 11:33:44 +02:00
netutils.py [LLDP] Skip NICs that say they are ready but are unreadable. 2018-05-28 08:36:25 +00:00
numa_inspector.py Fix compatibility with Pint 0.5 2017-05-22 17:05:53 +02:00
utils.py Fix logs encoding in py3 2017-03-14 10:25:09 +08:00
version.py Add sphinx build + basic documentation 2015-03-31 16:22:12 -07:00