Hi All
We have a management server that is for management and logs. I would like to create more space for logs, the server is on vmware.
If i run the command parted -l I get the below
Model: VMware Virtual disk (scsi)
Disk /dev/sda: 644GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_splat-lv_SNAP29032022: 23.8GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 23.8GB 23.8GB xfs
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_splat-lv_current: 34.4GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 34.4GB 34.4GB xfs
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/vg_splat-lv_log: 376GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 376GB 376GB xfs
!
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_splat-lv_current 32G 17G 16G 52% /
/dev/sda1 291M 43M 233M 16% /boot
tmpfs 7.8G 28M 7.7G 1% /dev/shm
/dev/mapper/vg_splat-lv_log 350G 341G 9.1G 98% /var/log
cgroup 7.8G 0 7.8G 0% /sys/fs/cgroup
My server engineers have provisioned me 1TB now, how do I expand this?
Cheers