Final final fix to snapshot ordering

This commit is contained in:
Joshua Boniface 2021-02-14 16:48:42 -05:00
parent 094d25dafa
commit b33c0ab0e2
1 changed files with 1 additions and 1 deletions

View File

@ -783,4 +783,4 @@ def get_list_snapshot(zk_conn, pool, volume, limit, is_fuzzy=True):
else:
snapshot_list.append({'pool': pool_name, 'volume': volume_name, 'snapshot': snapshot_name})
return True, sorted(snapshot_list, key=lambda x: str(x['name']))
return True, sorted(snapshot_list, key=lambda x: str(x['snapshot']))