ironic/releasenotes/notes/redfish-virtual-media-permission-fix-1909b9cdbbbf9fd1.yaml
Riccardo Pittau 15079e3c9c Prepare release notes and docs for release 15.1
Change-Id: I14ac07661b8741684dcf77ced9e782b57c947d79
2020-07-02 11:03:23 +02:00

16 lines
677 B
YAML

---
upgrade:
- |
A permission setting has been added for ``redfish-virtual-media`` boot
interface, which allows for explicit file permission setting when the
driver is 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 check ``/httpboot/redfish`` folder permissions if
using ``redfish-virtual-media`` if they were running the conductor with
a specific ``umask`` to work around the permission setting defect.
fixes:
- |
Fixes an issue where the folder ``/httpboot/redfish`` was being created
with incorrect permissions.