Skip to content

Commit 2bdd727

Browse files
Merge pull request #1932 from edsonarios/issue1931
Remove `bytes-used` from block volume-list
2 parents a45257a + c4dd5c0 commit 2bdd727

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

SoftLayer/CLI/block/list.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
else '-',
2222
mask="storageType.keyName"),
2323
column_helper.Column('capacity_gb', ('capacityGb',), mask="capacityGb"),
24-
column_helper.Column('bytes_used', ('bytesUsed',), mask="bytesUsed"),
2524
column_helper.Column('IOPs', ('provisionedIops',), mask="provisionedIops"),
2625
column_helper.Column('ip_addr', ('serviceResourceBackendIpAddress',),
2726
mask="serviceResourceBackendIpAddress"),
@@ -42,7 +41,6 @@
4241
'datacenter',
4342
'storage_type',
4443
'capacity_gb',
45-
'bytes_used',
4644
'IOPs',
4745
'ip_addr',
4846
'lunId',

tests/CLI/modules/block_tests.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def test_volume_list(self):
122122
self.assert_no_fail(result)
123123
self.assertEqual([
124124
{
125-
'bytes_used': None,
126125
'capacity_gb': 20,
127126
'datacenter': 'dal05',
128127
'id': 100,

0 commit comments

Comments
 (0)