We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee4b6a0 + 29ab9b8 commit f7be08fCopy full SHA for f7be08f
1 file changed
lib/nova
@@ -327,10 +327,8 @@ function configure_nova {
327
sudo chown -R $STACK_USER $NOVA_INSTANCES_PATH
328
fi
329
330
- if is_suse; then
331
- # iscsid is not started by default
332
- start_service iscsid
333
- fi
+ # ensure that iscsid is started, even when disabled by default
+ start_service iscsid
334
335
336
# Rebuild the config file from scratch
0 commit comments