Advertisement
ftab

glusterfs failed / no mount-shared-storage.sh

Sep 5th, 2017
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.13 KB | None | 0 0
  1. Commands:
  2.  
  3. wget -O - http://download.gluster.org/pub/gluster/glusterfs/3.12/rsa.pub | sudo apt-key add -
  4. sudo apt install apt-transport-https
  5. echo "deb [arch=amd64] http://download.gluster.org/pub/gluster/glusterfs/3.12/LATEST/Debian/stretch/apt stretch main" | sudo tee /etc/apt/sources.list.d/gluster.list
  6. sudo apt update
  7. sudo apt install glusterfs-server
  8.  
  9. Result:
  10. ----
  11.  
  12. Job for glusterfssharedstorage.service failed because the control process exited with error code.
  13. See "systemctl status glusterfssharedstorage.service" and "journalctl -xe" for details.
  14. glusterfssharedstorage.service couldn't start.
  15.  
  16. systemctl status:
  17. ----
  18.  
  19. ● glusterfssharedstorage.service - Mount glusterfs sharedstorage
  20. Loaded: loaded (/lib/systemd/system/glusterfssharedstorage.service; enabled; vendor preset: enabled)
  21. Active: activating (auto-restart) (Result: exit-code) since Tue 2017-09-05 16:47:47 EDT; 2s ago
  22. Process: 6101 ExecStart=/usr/lib/x86_64-linux-gnu/glusterfs/mount-shared-storage.sh (code=exited, status=203/EXEC)
  23.  
  24. Sep 05 16:47:47 x2 systemd[1]: glusterfssharedstorage.service: Unit entered failed state.
  25. Sep 05 16:47:47 x2 systemd[1]: glusterfssharedstorage.service: Failed with result 'exit-code'.
  26.  
  27. journalctl:
  28. ----
  29.  
  30. Sep 05 16:38:28 x2 systemd[1]: Starting GlusterFS, a clustered file-system server...
  31. Sep 05 16:38:31 x2 systemd[1]: Started GlusterFS, a clustered file-system server.
  32. Sep 05 16:38:31 x2 systemd[1]: Started Gluster Events Notifier.
  33. Sep 05 16:38:31 x2 systemd[1]: Starting Mount glusterfs sharedstorage...
  34. Sep 05 16:38:31 x2 systemd[2669]: glusterfssharedstorage.service: Failed at step EXEC spawning /usr/lib/x86_64-linux-gnu/glusterfs/mount-shared-storage.sh: No such file or directory
  35. Sep 05 16:38:31 x2 systemd[1]: glusterfssharedstorage.service: Control process exited, code=exited status=203
  36. Sep 05 16:38:31 x2 systemd[1]: Failed to start Mount glusterfs sharedstorage.
  37. Sep 05 16:38:31 x2 systemd[1]: glusterfssharedstorage.service: Unit entered failed state.
  38. Sep 05 16:38:31 x2 systemd[1]: glusterfssharedstorage.service: Failed with result 'exit-code'.
  39. Sep 05 16:38:31 x2 glustereventsd[2663]: Unable to get Port details from Config
  40. Sep 05 16:38:34 x2 systemd[1]: glusterfssharedstorage.service: Service hold-off time over, scheduling restart.
  41. Sep 05 16:38:34 x2 systemd[1]: Stopped Mount glusterfs sharedstorage.
  42. Sep 05 16:38:34 x2 systemd[1]: Starting Mount glusterfs sharedstorage...
  43. Sep 05 16:38:34 x2 systemd[3889]: glusterfssharedstorage.service: Failed at step EXEC spawning /usr/lib/x86_64-linux-gnu/glusterfs/mount-shared-storage.sh: No such file or directory
  44. Sep 05 16:38:34 x2 systemd[1]: glusterfssharedstorage.service: Control process exited, code=exited status=203
  45. Sep 05 16:38:34 x2 systemd[1]: Failed to start Mount glusterfs sharedstorage.
  46. Sep 05 16:38:34 x2 systemd[1]: glusterfssharedstorage.service: Unit entered failed state.
  47. Sep 05 16:38:34 x2 systemd[1]: glusterfssharedstorage.service: Failed with result 'exit-code'.
  48. Sep 05 16:38:38 x2 systemd[1]: glusterfssharedstorage.service: Service hold-off time over, scheduling restart.
  49. Sep 05 16:38:38 x2 systemd[1]: Stopped Mount glusterfs sharedstorage.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement