about summary refs log tree commit diff
path: root/nixos/modules/services/network-filesystems/glusterfs.nix
AgeCommit message (Expand)AuthorFilesLines
2023-06-25treewide: use optional instead of 'then []'Felix Buehler1-2/+2
2022-08-31nixos/*: automatically convert option descriptionspennae1-1/+1
2022-07-30treewide: automatically md-convert option descriptionspennae1-11/+11
2022-03-06nixos/glusterfs: exclude hook "S10selinux-label-brick.sh"Astro1-1/+2
2021-12-11nixos/glusterfs: remove syslog.target from servicesPascal Bach1-1/+1
2021-10-04nixos/doc: clean up defaults and examplesNaïm Favier1-3/+0
2019-09-01nixos: remove dependencies on local-fs.targetFlorian Klink1-1/+1
2018-12-20nixos/glusterfs: remove unused PYTHONPATHJörg Thalheim1-1/+0
2018-11-14Merge pull request #49736 from nh2/glusterfs-service-simple-unit-no-forkingLinus Heckemann1-3/+1
2018-11-04glusterfs: 3.12.2 -> 4.0.0Niklas Hambüchen1-0/+3
2018-11-04glusterfs service: Switch to simple unit instead of forking.Niklas Hambüchen1-3/+1
2017-10-01glusterfs service: fix issues with useRpcbindPascal Bach1-1/+1
2017-09-27glusterfs service: Change default killMode to "control-group".Niklas Hambüchen1-1/+1
2017-09-27glusterfs service: Ensure log directory exists for glustereventsd.Niklas Hambüchen1-0/+4
2017-09-27glusterfs service: Add killMode and stopKillTimeout optionsNiklas Hambüchen1-1/+34
2017-09-27glusterfs service: Add settings to disable rpcbind and the events daemon.Niklas Hambüchen1-4/+23
2017-09-27glusterfs service: Don't make it a prerequisite of network-online.target.Niklas Hambüchen1-1/+0
2017-09-21gluster service: use str instead of path for private keyPascal Bach1-3/+3
2017-09-17glusterfs service: add support for TLS communicationPascal Bach1-0/+61
2017-09-07glusterfs service: Ensure dirs needed by `glusterfind` existNiklas Hambüchen1-1/+9
2017-05-19glusterfs service: Copy hooks to /var at startup.Niklas Hambüchen1-1/+4
2017-02-02services: add GlusterFS servicePascal Bach1-0/+84