aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/store.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/storage/store.go')
-rw-r--r--weed/storage/store.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/weed/storage/store.go b/weed/storage/store.go
index a29f3c163..8d4d9c55e 100644
--- a/weed/storage/store.go
+++ b/weed/storage/store.go
@@ -121,7 +121,9 @@ func (s *Store) Status() []*VolumeInfo {
DeleteCount: v.nm.DeletedCount(),
DeletedByteCount: v.nm.DeletedSize(),
ReadOnly: v.readOnly,
- Ttl: v.Ttl}
+ Ttl: v.Ttl,
+ CompactRevision: uint32(v.CompactRevision),
+ }
stats = append(stats, s)
}
location.RUnlock()