Ceph service
Tarmabal
4 Posts
July 13, 2017, 8:57 amQuote from Tarmabal on July 13, 2017, 8:57 amI would like to know how to manually start and stop ceph services like osd.
There is not ceph file in /etc/init.d/ so i cant use a service o manually start it.
I am trying to change jornal to a ram disk, so I need to be able to stop and start service, I know its not good to do this, due to ram is volatil but I want to test speed changes
I would like to know how to manually start and stop ceph services like osd.
There is not ceph file in /etc/init.d/ so i cant use a service o manually start it.
I am trying to change jornal to a ram disk, so I need to be able to stop and start service, I know its not good to do this, due to ram is volatil but I want to test speed changes
Last edited on July 13, 2017, 9:03 am · #1
admin
2,930 Posts
July 13, 2017, 1:36 pmQuote from admin on July 13, 2017, 1:36 pmHi,
it is using systemd, the syntax is:
systemctl start ceph-mon@<monitor_hostname>
systemctl start ceph-osd@<OSD_number>
example:
systemctl start ceph-mon@ps-node-01
systemctl start ceph-osd@0
Note version 1.4 and 1,5 will bring performance improvements.
Hi,
it is using systemd, the syntax is:
systemctl start ceph-mon@<monitor_hostname>
systemctl start ceph-osd@<OSD_number>
example:
systemctl start ceph-mon@ps-node-01
systemctl start ceph-osd@0
Note version 1.4 and 1,5 will bring performance improvements.
philip.shannon
37 Posts
July 20, 2017, 7:07 pmQuote from philip.shannon on July 20, 2017, 7:07 pmWill we be able to upgrade a petasan node from 1.3 to 1.4 without downtime? thanks
Will we be able to upgrade a petasan node from 1.3 to 1.4 without downtime? thanks
admin
2,930 Posts
July 21, 2017, 11:33 amQuote from admin on July 21, 2017, 11:33 amIt will be the same process as before using installer upgrade, each node will require a reboot but the cluster will continue to function.
It will be the same process as before using installer upgrade, each node will require a reboot but the cluster will continue to function.
philip.shannon
37 Posts
July 21, 2017, 11:46 amQuote from philip.shannon on July 21, 2017, 11:46 amThanks for the info, I've never upgraded before and look forward to checking out v 1.4
Thanks for the info, I've never upgraded before and look forward to checking out v 1.4
Ceph service
Tarmabal
4 Posts
Quote from Tarmabal on July 13, 2017, 8:57 amI would like to know how to manually start and stop ceph services like osd.
There is not ceph file in /etc/init.d/ so i cant use a service o manually start it.
I am trying to change jornal to a ram disk, so I need to be able to stop and start service, I know its not good to do this, due to ram is volatil but I want to test speed changes
I would like to know how to manually start and stop ceph services like osd.
There is not ceph file in /etc/init.d/ so i cant use a service o manually start it.
I am trying to change jornal to a ram disk, so I need to be able to stop and start service, I know its not good to do this, due to ram is volatil but I want to test speed changes
admin
2,930 Posts
Quote from admin on July 13, 2017, 1:36 pmHi,
it is using systemd, the syntax is:
systemctl start ceph-mon@<monitor_hostname>
systemctl start ceph-osd@<OSD_number>
example:
systemctl start ceph-mon@ps-node-01
systemctl start ceph-osd@0
Note version 1.4 and 1,5 will bring performance improvements.
Hi,
it is using systemd, the syntax is:
systemctl start ceph-mon@<monitor_hostname>
systemctl start ceph-osd@<OSD_number>
example:
systemctl start ceph-mon@ps-node-01
systemctl start ceph-osd@0
Note version 1.4 and 1,5 will bring performance improvements.
philip.shannon
37 Posts
Quote from philip.shannon on July 20, 2017, 7:07 pmWill we be able to upgrade a petasan node from 1.3 to 1.4 without downtime? thanks
Will we be able to upgrade a petasan node from 1.3 to 1.4 without downtime? thanks
admin
2,930 Posts
Quote from admin on July 21, 2017, 11:33 amIt will be the same process as before using installer upgrade, each node will require a reboot but the cluster will continue to function.
It will be the same process as before using installer upgrade, each node will require a reboot but the cluster will continue to function.
philip.shannon
37 Posts
Quote from philip.shannon on July 21, 2017, 11:46 amThanks for the info, I've never upgraded before and look forward to checking out v 1.4
Thanks for the info, I've never upgraded before and look forward to checking out v 1.4