15079e3c9c
Change-Id: I14ac07661b8741684dcf77ced9e782b57c947d79
16 lines
677 B
YAML
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.
|