Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

536

April 14th, 2014 02:00

Size of NAS volumes in KB?

Dear all,

I connect with SSH to our ISILON servers.

I want to retrieve the quota sizes of the NAS volumes fast, both the capacity and the used space.

I now use:

isi quota list

However, I then get the values sometimes in T, G, M and K. I need to standardize these values to avoid confusion.

Is it possible to provide a standard value, like show the values always in GiB?

And asking to be sure: 1 GB is 1024 MB with the ISILON?

1.2K Posts

April 14th, 2014 02:00

Check these out:

(6.5) isi quota list --export

(7.x) isi quota list --format {table | json | csv | list}

And for example. 6402748075399 Bytes are shown as 5.8TB,

so yes, the units are 1024-based

Cheers

-- Peter

No Events found!

Top