Task #8067
cn-sandbox-orc-1 needs more space
100%
Description
From Jing:
The cn-sandobx-orc-1 was full:
Filesystem Size Used Avail Use% Mounted on
udev 16G 12K 16G 1% /dev
tmpfs 3.2G 568K 3.2G 1% /run
/dev/dm-0 132G 126G 0 100% /
none 4.0K 0 4.0K 0% /sys/fs/cgroup
none 5.0M 0 5.0M 0% /run/lock
none 16G 0 16G 0% /run/shm
none 100M 0 100M 0% /run/user
/dev/sda1 228M 181M 35M 84% /boot
I deleted postgresql backup files and got some space. The machine's size is about 160 G and pretty small. I am wondering if we can increase its size in the near future.
History
#1 Updated by Dave Vieglais over 7 years ago
vieglais@cn-sandbox-orc-1:~$ ls /dev/sd*
/dev/sda /dev/sda1 /dev/sda2 /dev/sda5
vieglais@cn-sandbox-orc-1:~$ sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
NAME FSTYPE SIZE MOUNTPOINT LABEL
sda 140G
├─sda1 ext2 243M /boot
├─sda2 1K
└─sda5 LVM2_member 139.8G
├─cn--sandbox--orc--1-root (dm-0) ext4 134G /
└─cn--sandbox--orc--1-swap_1 (dm-1) swap 5.7G [SWAP]
sr0 1024M
#2 Updated by Dave Vieglais over 7 years ago
Added 500gb disk /dev/sdb to LVM /dev/cn-sandbox-orc-1/root
vieglais@cn-sandbox-orc-1:~$ sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL
NAME FSTYPE SIZE MOUNTPOINT LABEL
sda 140G
├─sda1 ext2 243M /boot
├─sda2 1K
└─sda5 LVM2_member 139.8G
├─cn--sandbox--orc--1-root (dm-0) ext4 634G /
└─cn--sandbox--orc--1-swap_1 (dm-1) swap 5.7G [SWAP]
sdb LVM2_member 500G
└─cn--sandbox--orc--1-root (dm-0) ext4 634G /
sr0 1024M
#3 Updated by Dave Vieglais over 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100