mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
postgresql: Update setup-disks to drop /mnt disabling.
Hosts do not start out with a `/mnt`; there is no need to disable it.
This commit is contained in:
committed by
Tim Abbott
parent
a7d85b7e69
commit
4e370cda75
@@ -1,5 +1,4 @@
|
||||
#!/bin/sh
|
||||
umount /mnt
|
||||
|
||||
LOCALDISK=/dev/nvme0n1
|
||||
|
||||
@@ -15,7 +14,3 @@ ln -s /srv/postgresql/ /var/lib
|
||||
|
||||
# TODO use systemctl instead of pg_ctlcluster on CentOS
|
||||
pg_ctlcluster 9.5 main start
|
||||
|
||||
# Disable /mnt line for /dev/xvdb
|
||||
umount /mnt
|
||||
sed -i 's|^/dev/xvdb|#/dev/xvdb|' /etc/fstab
|
||||
|
||||
Reference in New Issue
Block a user