Skip to content

Commit

Permalink
feature(clone): new field to show snapshot ancestor size which are cr…
Browse files Browse the repository at this point in the history
…eated from clone

Signed-off-by: Hrudaya <[email protected]>
  • Loading branch information
hrudaya21 committed Aug 7, 2023
1 parent acea24e commit 2f79a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protobuf/v1/replica.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ message ReplicaSpaceUsage {
uint64 num_allocated_clusters = 5; // number of actually used clusters
uint64 allocated_bytes_snapshots = 6; // amount of space allocated by all replica snapshots
uint64 num_allocated_clusters_snapshots = 7; // number of clusters used by all replica snapshots
optional uint64 allocated_bytes_snapshot_from_clone = 8; // actual amount of disk space allocated by snapshot which is created from clone
}

// Replica properties
Expand Down

0 comments on commit 2f79a8e

Please sign in to comment.