Comment 17 for bug 1967956

Revision history for this message
Calvin Hartwell (calvinh) wrote :

Olivier in our team pointed out there is a potential workaround from a previous project:

As a workaround for the bug "Permission denied when trying to resize images", set back to 022 the default umask on the nova-compute units:

juju run --application nova-compute -- \
  "sudo sed -i 's/^UMASK.*027/UMASK 022/' /etc/login.defs"