summaryrefslogtreecommitdiff
path: root/releasenotes/notes/redfish-virtual-media-permission-fix-1909b9cdbbbf9fd1.yaml
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-08-03 11:19:08 +0000
committerGerrit Code Review <review@openstack.org>2021-08-03 11:19:08 +0000
commit38f655f6273ecb6d598a0e780b8a8f769fbec822 (patch)
treeb8859eca4ed483d830c55104d5eefe2db7824cce /releasenotes/notes/redfish-virtual-media-permission-fix-1909b9cdbbbf9fd1.yaml
parent27f1a3267612b47f85e7a7c973b133967810ecb0 (diff)
parentb1c8976d4bed3ab818fa7dd5b16e24a7507333aa (diff)
downloadironic-38f655f6273ecb6d598a0e780b8a8f769fbec822.tar.gz
Merge "Fix redfish-virtual-media file permission" into stable/ussuri
Diffstat (limited to 'releasenotes/notes/redfish-virtual-media-permission-fix-1909b9cdbbbf9fd1.yaml')
-rw-r--r--releasenotes/notes/redfish-virtual-media-permission-fix-1909b9cdbbbf9fd1.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/releasenotes/notes/redfish-virtual-media-permission-fix-1909b9cdbbbf9fd1.yaml b/releasenotes/notes/redfish-virtual-media-permission-fix-1909b9cdbbbf9fd1.yaml
new file mode 100644
index 000000000..6e0afab9b
--- /dev/null
+++ b/releasenotes/notes/redfish-virtual-media-permission-fix-1909b9cdbbbf9fd1.yaml
@@ -0,0 +1,25 @@
+---
+upgrade:
+ - |
+ Operators may need to check their ``/httpboot/redfish`` folder permissions
+ if using ``redfish-virtual-media``. The conductor was previously creating
+ the folder with incorrect permissions.
+ - |
+ A permission setting has been added for ``redfish-virtual-media`` boot
+ interface, which allows for explicit file permission setting when the
+ driver is being used. The default for the new ``[redfish]file_permission
+ setting is ``0u644``, or 644 if manually changed using ``chmod`` on the
+ command line. Operators MAY need to adjust this if they were running the
+ conductor with a specific ``umask`` to work around the permission setting
+ defect.
+fixes:
+ - |
+ Fixes the ``redfish-virtual-media`` and related based drivers to utilize
+ an explicit file permission instead of rely upon the ironic-conductor
+ umask, which may be incorrect. This can be tuned with the
+ ``[redfish]file_permission`` setting.
+ - |
+ Fixes an issue where the default folder permission for the
+ ``redfish-virtual-media`` driver where the folder permissions for the
+ ``/httpboot/redfish`` folder was being created with incorrect
+ permissions.