Closed vharsh closed 2 years ago
Merging #137 (2179422) into develop (c55d1b6) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## develop #137 +/- ##
========================================
Coverage 68.35% 68.35%
========================================
Files 25 25
Lines 2051 2051
========================================
Hits 1402 1402
Misses 634 634
Partials 15 15
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update c55d1b6...2179422. Read the comment docs.
fixes: #135
Uses better terms to denote,
Total
andFree
under cstor volume describe output so that users don't think of it likeTotal=Used+Free
(and get confused when Total < Used) outright but rather understand thatcvr.spec.capacity.Total
iszfs used
andcvr.spec.capacity.Used
iszfs logical referenced
, wherein the earliertotal
can include all descendants like snapshots and is the actual zeros and ones written on the disk post compression(including snapshots, maybe clones, etc), where-as the earlierused
refers to the data which the application(s) have written to the pool(minus the compression).Co-Authored-by: Mayank Patel (@mynktl) mayank.patel@mayadata.io Signed-off-by: Harsh Vardhan harsh.vardhan@mayadata.io