Jordan Callicoat
Jordan Callicoat
When failover occurs, cinder-volume stops consuming messages from the cinder-volume queue and requires the cinder-volume service to be restarted before it begins consuming messages again. During this time, you can...
Changes mode in Glyph struct from ushort to uint32_t per https://github.com/bakkeby/st-flexipatch/issues/91#issuecomment-1918439030 and adds latest version of selectioncolors patch.
The previous method of using chroot to check container storage fails when the container uses a symlink from /etc/mtab to ../proc/self/mounts since the container is running in an isolated pid/mnt...
The current [container storage check](https://github.com/rcbops/rpc-maas/blob/a3f9183fea6ff9f354df325fef324ae596fbdf26/playbooks/files/rax-maas/plugins/container_storage_check.py) does a chroot into `/proc//root` and calls `psutil.disk_partitions()`. This fails when `/etc/mtab` is a symlink to `../proc/self/mounts`, which is the default configuration in current linux...
Previously, each interface in ansible_interfaces was being iterated to find interfaces of type 'bonding'. On controllers hosting a large number of neutron networks, the number of interfaces can be in...