Skip to content

Commit f7be08f

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Always start iscsid for nova-compute"
2 parents ee4b6a0 + 29ab9b8 commit f7be08f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

lib/nova

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,8 @@ function configure_nova {
327327
sudo chown -R $STACK_USER $NOVA_INSTANCES_PATH
328328
fi
329329
fi
330-
if is_suse; then
331-
# iscsid is not started by default
332-
start_service iscsid
333-
fi
330+
# ensure that iscsid is started, even when disabled by default
331+
start_service iscsid
334332
fi
335333

336334
# Rebuild the config file from scratch

0 commit comments

Comments
 (0)