phpsysinfo / phpsysinfo

phpSysInfo: a customizable PHP script that displays information about your system nicely
http://phpsysinfo.github.io/phpsysinfo
GNU General Public License v2.0
1.38k stars 233 forks source link

Any plan to support BTRFS raid status? #381

Open Gezine opened 9 months ago

Gezine commented 9 months ago

I've always used mdadm or ZFS for my home linux server. Today I tried btrfs and realized phpsysinfo do not support showing the raid status for btrfs.

Is there any plan to support BTRFS raid status?

The command "btrfs fi show" shows the raid status like this. BTRFS RAID1 with two 256GB SSDs Label: none uuid: d540b2c2-cf6c-4bea-a37a-4bae09f7f959 Total devices 2 FS bytes used 2.80GiB devid 1 size 237.47GiB used 5.01GiB path /dev/sda3 devid 2 size 237.47GiB used 5.01GiB path /dev/sdc3

namiltd commented 9 months ago

There are no plans, but it can be implemented. However, this requires more examples, in different RAID configurations.