Eos groups and capacity reporting

Is there a variant of ‘eos group ls’ that reports total aggregate capacity for each subgroup?

Capacity (statf.statfs.capacity) of each fsid is show with -m, but I’d like to see a total capacity for each scheduling subgroup.

My understanding is scheduling groups should be comparable capacities, but as you add new storage, registering new filesystems of different capacities, retire hold hardware onto new, etc. variations arise. I’d like to ensure new space is distributed appropriately.

Cheers,
Pete

Hi Pete,

Try eos group ls --io

The --io flag is very interesting and you can add it to other commands like eos fs ls.

Cheers,