+---------------+-----------------------------------------------------+
|Counter | Description |
+===============+=====================================================+
-|bytes_used | Bytes used in the pool not including copies |
+|stored | Bytes stored in the pool not including copies |
+---------------+-----------------------------------------------------+
|max_avail | Max available number of bytes in the pool |
+---------------+-----------------------------------------------------+
+---------------+-----------------------------------------------------+
|rd_bytes | Number of bytes read in the pool |
+---------------+-----------------------------------------------------+
-|raw_bytes_used | Bytes used in pool including copies made |
+|stored_raw | Bytes used in pool including copies made |
+---------------+-----------------------------------------------------+
^^^^
DF_CLUSTER = ['total_bytes', 'total_used_bytes', 'total_objects']
-DF_POOL = ['max_avail', 'bytes_used', 'raw_bytes_used', 'objects', 'dirty',
+DF_POOL = ['max_avail', 'stored', 'stored_raw', 'objects', 'dirty',
'quota_bytes', 'quota_objects', 'rd', 'rd_bytes', 'wr', 'wr_bytes']
OSD_FLAGS = ('noup', 'nodown', 'noout', 'noin', 'nobackfill', 'norebalance',