resmo commented on issue #2892: vr: memory and swap optimizations
URL: https://github.com/apache/cloudstack/pull/2892#issuecomment-429260629
 
 
   btw we found a typo in post-init systemd service..
   
https://github.com/apache/cloudstack/blob/0e6a06cd5f305fc4989e388cdc7ab68cd0e341b9/systemvm/debian/etc/systemd/system/cloud-postinit.service#L5
   
   ~~~diff
   - Requires=network.service
   + Requires=networking.service
   ~~~
   
   see
   ~~~
   root@r-1604-VM:~# systemctl status network.service
   Unit network.service could not be found.
   ~~~
   
   vs
   ~~~
   root@r-1604-VM:~# systemctl status networking.service
   ● networking.service - Raise network interfaces
      Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor 
preset: enabled)
      Active: active (exited) since Mon 2018-10-08 15:53:36 UTC; 3 days ago
        Docs: man:interfaces(5)
    Main PID: 908 (code=exited, status=0/SUCCESS)
       Tasks: 0 (limit: 9830)
      CGroup: /system.slice/networking.service
   ~~~

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to