|
|
-
1.
ceph-osd.service
-
(Attached to Article: XenServer 7 HA Cluster with CEPH)
-
Filename: ceph-osd.service | Description:systemd osd service ...
-
Created on 09 August 2016
-
2.
ceph-mon.service
-
(Attached to Article: XenServer 7 HA Cluster with CEPH)
-
Filename: ceph-mon.service | Description:systemd mon service ...
-
Created on 09 August 2016
-
3.
XenServer 7 HA Cluster with CEPH
-
(XenServer)
-
... device-config:chapuser=ceph device-config:chappassword=<your user ceph password>
26. (both servers) Upload new systemd services and disabled init.d ceph service
NODE001 & NODE002 ...
-
Created on 09 August 2016
-
4.
openvswitch - libvirtd issue fix - veth already existing
-
(Libvirt)
-
... little bit different as it was.
To fix this issue just use updated version of systemd service file:
└──> system $ >> cat ./openvswitch.service
[Unit]
Description=Open vSwitch
After=syslog.target ...
-
Created on 15 July 2014
-
5.
Linux routing with BIRD and multiple tables
-
(Linux Networking)
-
... like quagga.
Configure routing tables, add routing tables 100 and 200
vi /etc/iproute2/rt_tables
#
# local
#
100 CUSTOMER_1
200 CUSTOMER_2
Configure BIRD systemd service, you ...
-
Created on 17 March 2014
-
6.
Libvirt + cgroups settings = keep VMs limited
-
(Libvirt)
-
Cgroups are with us for a long time and it's very powerful feature. You can limit everything, everywhere... It's also integrated into systemd and libvirt, and it's a shame not to use it. For me the ...
-
Created on 14 February 2014
-
7.
How to enable power button under GDM
-
(Security)
-
... action even for gdm user.
I've tried many options with acpid including (powerbtn.sh) but with no results. So I've decied to switch to systemd native powerbutton support.
cat /etc/systemd/logind.conf
# ...
-
Created on 14 February 2014
-
8.
Use suspend-freeze with hibernation instead of suspend-to-ram
-
(Security)
-
... But it seems there is an workaround.
Configure systemd to use suspend-freeze
vi /etc/systemd/sleep.conf
[Sleep]
SuspendMode=freeze
Define idle time after going to suspend
vi /etc/systemd/logind.conf
[Login]
IdleAction=suspend
IdleActionSec=10min
In ...
-
Created on 14 February 2014
|
|
|