mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
Mount and make graphite backup drive when creating stats1
(imported from commit f8af032fa314812610d0ec7eb6227ebb0b3c2f32)
This commit is contained in:
@@ -2,5 +2,10 @@
|
||||
|
||||
mkdir /srv/graphite
|
||||
mkfs.ext4 /dev/xvdb
|
||||
|
||||
echo "/dev/xvdb /srv/graphite ext4 noatime,defaults,barrier=0 1 1" >> /etc/fstab
|
||||
mount /srv/graphite
|
||||
|
||||
mkfs.ext4 /dev/xvdf1
|
||||
echo "/dev/xvdf1 /mnt/graphite-backup ext4 noatime,defaults,barrier=0 1 1" >> /etc/fstab
|
||||
mount /mnt/graphite-backup
|
||||
|
||||
Reference in New Issue
Block a user