Code review comment for ~utkarsh/ubuntu/+source/python-rtslib-fb:lp1916715-fix-service-groovy

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

status in container after install
root@g:~# systemctl status rtslib-fb-targetctl
● rtslib-fb-targetctl.service - Restore LIO kernel target configuration
     Loaded: loaded (/lib/systemd/system/rtslib-fb-targetctl.service; enabled; vendor preset: enabled)
     Active: inactive (dead)

Mar 15 10:32:56 g systemd[1]: Condition check resulted in Restore LIO kernel target configuration being skipped.

status in VM after install
ubuntu@g-tgt:~$ systemctl status rtslib-fb-targetctl
● rtslib-fb-targetctl.service - Restore LIO kernel target configuration
     Loaded: loaded (/lib/systemd/system/rtslib-fb-targetctl.service; enabled; vendor preset: enabled)
     Active: active (exited) since Mon 2021-03-15 10:33:02 UTC; 17s ago
   Main PID: 2004 (code=exited, status=0/SUCCESS)
      Tasks: 0 (limit: 527)
     Memory: 0B
     CGroup: /system.slice/rtslib-fb-targetctl.service

Mar 15 10:33:02 g-tgt systemd[1]: Starting Restore LIO kernel target configuration...
Mar 15 10:33:02 g-tgt target[2004]: No saved config file at /etc/rtslib-fb-target/saveconfig.json, ok, exiting
Mar 15 10:33:02 g-tgt systemd[1]: Finished Restore LIO kernel target configuration.

ok, no config let it start and end, but that is fine.

« Back to merge proposal