| commit | c2c5bdbf08195475c0870d333a818ffadbfdd8f1 | [log] [tgz] |
|---|---|---|
| author | Jenkins <jenkins@review.openstack.org> | Thu Oct 03 21:10:20 2013 +0000 |
| committer | Gerrit Code Review <review@openstack.org> | Thu Oct 03 21:10:20 2013 +0000 |
| tree | 05f6ff7ed4f9db5aa69221abca84897ca2c213f7 | |
| parent | 383cf4361833cf11586d5b4c2e2a655eaab6a7f6 [diff] | |
| parent | 384454de57299981f8020e75bab781f73bacae86 [diff] |
Merge "ensure tgtd is running in debug mode"
diff --git a/lib/cinder b/lib/cinder index bec65ed..ccf38b4 100644 --- a/lib/cinder +++ b/lib/cinder
@@ -496,6 +496,8 @@ # name, and would need to be adjusted too exit_distro_not_supported "restarting tgt" fi + # NOTE(gfidente): ensure tgtd is running in debug mode + sudo tgtadm --mode system --op update --name debug --value on fi screen_it c-api "cd $CINDER_DIR && $CINDER_BIN_DIR/cinder-api --config-file $CINDER_CONF"