Skip to content

Commit

Permalink
Remove gluster-related items from build
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Dec 29, 2023
1 parent bc744e4 commit a712627
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions conf/build.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -338,9 +338,6 @@ sources:
- "./pull.sh"
deoptions: nocheck
generate_version: false
- name: pyglfs
branch: master
repo: https://github.com/truenas/pyglfs.git
- name: kernel
repo: https://github.com/truenas/linux
branch: truenas/linux-6.6
Expand Down Expand Up @@ -525,9 +522,6 @@ sources:
- name: licenselib
repo: https://github.com/truenas/licenselib
branch: master
- name: glustercli_python
repo: https://github.com/truenas/glustercli-python
branch: master
- name: zectl
repo: https://github.com/truenas/zectl
branch: master
Expand Down
1 change: 0 additions & 1 deletion conf/reference-files/etc/group
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Debian-exim:x:120:
tftp:x:121:
tcpdump:x:123:
rdma:x:124:
gluster:x:125:
nut:x:126:
ladvd:x:127:
libvirt:x:128:
Expand Down
1 change: 0 additions & 1 deletion conf/reference-files/etc/passwd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ ntp:x:114:119::/nonexistent:/usr/sbin/nologin
Debian-exim:x:115:120::/var/spool/exim4:/usr/sbin/nologin
tftp:x:116:121:tftp daemon,,,:/srv/tftp:/usr/sbin/nologin
tcpdump:x:118:123::/nonexistent:/usr/sbin/nologin
gluster:x:119:125::/var/lib/glusterd:/usr/sbin/nologin
proftpd:x:120:65534::/run/proftpd:/usr/sbin/nologin
ftp:x:121:65534::/nonexistent:/bin/csh
nut:x:122:126::/var/lib/nut:/usr/sbin/nologin
Expand Down
4 changes: 0 additions & 4 deletions truenas_install/fhs.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,6 @@
'options': ['NOSUID', 'NOEXEC', 'NOATIME', 'NOACL'],
'mode': 0o700
},
{
'name': 'cluster',
'options': ['NOSUID', 'NOEXEC', 'NOATIME', 'NOACL'],
},
{
'name': 'conf',
'options': ['NOSUID', 'NOEXEC', 'RO', 'NOACL'],
Expand Down

0 comments on commit a712627

Please sign in to comment.