UNSOLVED

richardicowen

updated

9 years ago

0

869

May 11th, 2017 05:00

Using rest api for quotas

Using the isi cli, I can get fields like With Overhead and W/O Overhead.

I don't see those fields in the json returned with the quota/quotas resource (I see Usage: inodes, logical, physical.)

Thanks

  • Peter_Sero

    6 Operator

    1169 Posts

    624

    2

    Posted May 12th, 2017 05:00

    logical = w/o overhead, i.e. file sizes as seen with ls -l

    physical = with overhead, as seen with df and du

    inodes = count of files and directories

    Wether to include snapshots or not has to be decided when a quota domain is created;

    the 'overhead' in the above contect doesn't not refer to snapshots

    but to the protection overhead for erasue coding.

    -- Peter

  • 624

    0

    Posted May 12th, 2017 06:00

    thank you.