-
Bug
-
Resolution: Done
-
Undefined
-
None
-
rhos-16.2.z
-
None
To Reproduce Steps to reproduce the behavior:
- Deploy openstack with a custom device as below.
parameter_defaults:
SwiftMountCheck: true
SwiftUseLocalDir: false
SwiftRawDisks: {"customdevice": {"base_dir":"/dev/mapper"}}
ExtraConfig:
swift::proxy::copy::object_post_as_copy: False
- Check that device "d1" will also be created.
- Remove device "d1" and run a new deploy.
- Check that device "d1" will also be recreated.
Expected behavior
- Not create the "d1" as SwiftUseLocalDir is set to false [1].
Screenshots
- Attached Image
Device Info (please complete the following information):
- OS Version: RHEL8.4
- Openstack 16.2
Bug impact
- This increase disk usage and logs because Swift try to use the device.
Known workaround
- It's possible to remove the device at each deploy with a bunch of commands.
Additional context
- [1]https://opendev.org/openstack/tripleo-heat-templates/commit/813b3dc4fc94745719afce7192ac24b153d1dbd8