peter knezel
2020-Oct-14 11:56 UTC
[Gluster-users] gluster daemons missing in debian buster 10.5 after glusterfs 7.8-1 installed?
Hello All, i have installed 7.8-1 version of glusterfs packages on a VM with debian buster 10.5 and see no glusterfs daemons present. root at buster:~# dpkg -l|grep gluster ii glusterfs-client 7.8-1 amd64 clustered file-system (client package) ii glusterfs-common 7.8-1 amd64 GlusterFS common libraries and translator modules ii glusterfs-server 7.8-1 amd64 clustered file-system (server package) ii libglusterfs0:amd64 7.8-1 amd64 GlusterFS shared library root at buster:~# cat /etc/debian_version 10.5 root at buster:~# uname -a Linux buster 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 GNU/Linux root at buster:~# systemctl --all|grep gluster root at buster:~# root at buster:/etc/systemd/system/multi-user.target.wants# pwd /etc/systemd/system/multi-user.target.wants root at buster:/etc/systemd/system/multi-user.target.wants# ls -ltr|grep gluster root at buster:/etc/systemd/system/multi-user.target.wants# root at buster:/lib/systemd/system# ls -ltr|grep gluster -rw-r--r-- 1 root root 400 Sep 29 04:01 glustereventsd.service -rw-r--r-- 1 root root 466 Sep 29 04:01 glusterd.service root at buster:/lib/systemd/system# on updated server from stretch to buster: root at stretchtobluster:/lib/systemd/system# ls -ltr|grep gluster -rw-r--r-- 1 root root 425 Jul 21 05:16 gluster-ta-volume.service -rw-r--r-- 1 root root 301 Jul 21 05:16 glusterfssharedstorage.service -rw-r--r-- 1 root root 400 Jul 21 05:16 glustereventsd.service -rw-r--r-- 1 root root 464 Jul 21 05:16 glusterd.service root at stretchtobluster:/lib/systemd/system# Is something missing here? Thanks for the help, peterk -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20201014/90da0cc2/attachment.html>
Kaleb Keithley
2020-Oct-14 12:16 UTC
[Gluster-users] gluster daemons missing in debian buster 10.5 after glusterfs 7.8-1 installed?
On Wed, Oct 14, 2020 at 7:56 AM peter knezel <peter.knezel at gmail.com> wrote:> Hello All, > > i have installed 7.8-1 version of glusterfs packages on a VM with debian > buster 10.5 and see no glusterfs daemons present. > > root at buster:~# dpkg -l|grep gluster > ii glusterfs-client 7.8-1 > amd64 clustered file-system (client package) > ii glusterfs-common 7.8-1 > amd64 GlusterFS common libraries and translator modules > ii glusterfs-server 7.8-1 > amd64 clustered file-system (server package) > ii libglusterfs0:amd64 7.8-1 > amd64 GlusterFS shared library > root at buster:~# cat /etc/debian_version > 10.5 > root at buster:~# uname -a > Linux buster 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 > GNU/Linux > root at buster:~# systemctl --all|grep gluster > root at buster:~# > > root at buster:/etc/systemd/system/multi-user.target.wants# pwd > /etc/systemd/system/multi-user.target.wants > root at buster:/etc/systemd/system/multi-user.target.wants# ls -ltr|grep > gluster > root at buster:/etc/systemd/system/multi-user.target.wants# > > > root at buster:/lib/systemd/system# ls -ltr|grep gluster > -rw-r--r-- 1 root root 400 Sep 29 04:01 glustereventsd.service > -rw-r--r-- 1 root root 466 Sep 29 04:01 glusterd.service > root at buster:/lib/systemd/system# > > on updated server from stretch to buster: > root at stretchtobluster:/lib/systemd/system# ls -ltr|grep gluster > -rw-r--r-- 1 root root 425 Jul 21 05:16 gluster-ta-volume.service > -rw-r--r-- 1 root root 301 Jul 21 05:16 glusterfssharedstorage.service > -rw-r--r-- 1 root root 400 Jul 21 05:16 glustereventsd.service > -rw-r--r-- 1 root root 464 Jul 21 05:16 glusterd.service > root at stretchtobluster:/lib/systemd/system# > > Is something missing here? >The Gluster executables (including the daemons: glusterd, glusterfsd, glusterfs, and glustereventsd) aren't installed in /lib/systemd/... and never have been. They are installed in /usr/sbin/, and /usr/lib/$arch-linux-gnu/glusterfs/ or on newer Debian in /usr/libexec/glusterfs/ What do you think is missing? -- Kaleb -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20201014/1a206bde/attachment.html>
Aravinda VK
2020-Oct-14 12:37 UTC
[Gluster-users] gluster daemons missing in debian buster 10.5 after glusterfs 7.8-1 installed?
Hi Peter,> On 14-Oct-2020, at 5:26 PM, peter knezel <peter.knezel at gmail.com> wrote: > > Hello All, > > i have installed 7.8-1 version of glusterfs packages on a VM with debian buster 10.5 and see no glusterfs daemons present.glusterfs and glusterfsd are managed by Glusterd once the Volume is created. So no systemd unit files for these daemons. It is not possible to start/stop a brick process(glusterfsd) alone using systemd commands, it will be controlled by Glusterd when Volume commands are run.> > root at buster:~# dpkg -l|grep gluster > ii glusterfs-client 7.8-1 amd64 clustered file-system (client package) > ii glusterfs-common 7.8-1 amd64 GlusterFS common libraries and translator modules > ii glusterfs-server 7.8-1 amd64 clustered file-system (server package) > ii libglusterfs0:amd64 7.8-1 amd64 GlusterFS shared library > root at buster:~# cat /etc/debian_version > 10.5 > root at buster:~# uname -a > Linux buster 4.19.0-10-amd64 #1 SMP Debian 4.19.132-1 (2020-07-24) x86_64 GNU/Linux > root at buster:~# systemctl --all|grep gluster > root at buster:~# > > root at buster:/etc/systemd/system/multi-user.target.wants# pwd > /etc/systemd/system/multi-user.target.wants > root at buster:/etc/systemd/system/multi-user.target.wants# ls -ltr|grep gluster > root at buster:/etc/systemd/system/multi-user.target.wants# > > > root at buster:/lib/systemd/system# ls -ltr|grep gluster > -rw-r--r-- 1 root root 400 Sep 29 04:01 glustereventsd.service > -rw-r--r-- 1 root root 466 Sep 29 04:01 glusterd.service > root at buster:/lib/systemd/system# > > on updated server from stretch to buster: > root at stretchtobluster:/lib/systemd/system# ls -ltr|grep gluster > -rw-r--r-- 1 root root 425 Jul 21 05:16 gluster-ta-volume.service > -rw-r--r-- 1 root root 301 Jul 21 05:16 glusterfssharedstorage.service > -rw-r--r-- 1 root root 400 Jul 21 05:16 glustereventsd.service > -rw-r--r-- 1 root root 464 Jul 21 05:16 glusterd.service > root at stretchtobluster:/lib/systemd/system# > > Is something missing here? > Thanks for the help, > > peterk > > > ________ > > > > Community Meeting Calendar: > > Schedule - > Every 2nd and 4th Tuesday at 14:30 IST / 09:00 UTC > Bridge: https://bluejeans.com/441850968 > > Gluster-users mailing list > Gluster-users at gluster.org > https://lists.gluster.org/mailman/listinfo/gluster-usersAravinda Vishwanathapura https://kadalu.io -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20201014/fc295688/attachment.html>