Unlock VDO in cockpit !
-
Use Centos 7.5 only or higher
yum install vdo kmod-kvdo
yum install cockpit cockpit-storaged
systemctl start cockpit
systemctl enable cockpit.socketPicture Story Time
-
Bad VDO remove it :
vdo remove --force --name=vdoasync
Check stats:
vdostats --verbose /dev/mapper/vdoasync |grep -B6 'saving percent'
-
-
@emad-r said in Unlock VDO in cockpit !:
Also dont use EXT4 with VDO
ext4lazyinit will thrash the logical disks stupidly
Use XFS instead?
-
@black3dynamite said in Unlock VDO in cockpit !:
@emad-r said in Unlock VDO in cockpit !:
Also dont use EXT4 with VDO
ext4lazyinit will thrash the logical disks stupidly
Use XFS instead?
VDO uses LVM for some parts I thought you can shrink volume but even with EXT4 that option is not avialable, so no need for EXT4 and yes you can use XFS it is faster and makes the drives ready from the start without any thrashing.
-
Now where does VDO lies
| / | /var | /usr | /home | -------------------------- | LVM Volume | -------------------------- | RAID Device | -------------------------- | Disk 1 | Disk 2 | Disk 3 |
Also if your having mount issues on boot for boot devices add this is nano /etc/fstab
Replace defaults with:
defaults,discard,x-systemd.requires=vdo.service 0 0
-
The VDO module requires 370 MB plus an additional 268 MB per each 1 TB of physical storage managed.
The Universal Deduplication Service (UDS) index requires a minimum of 250 MB of DRAM. -
RAID --> VDO --> LVM ?
-
@emad-r said in Unlock VDO in cockpit !:
RAID --> VDO --> LVM ?
-
RAID > block device > VDO