Skip to content

Commit

Permalink
feat(zfs-localpv): add comments for quota types
Browse files Browse the repository at this point in the history
Signed-off-by: cina_pm <[email protected]>
  • Loading branch information
cinapm committed Jun 20, 2024
1 parent 908f5eb commit eb04d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ type Config struct {
}

const (
Quota = "quota"
RefQuota = "refquota"
Quota = "quota" // This option sets a limit on the amount of disk space a dataset can use
RefQuota = "refquota" // This option sets a limit on the amount of disk space a dataset and all its snapshots can use
)

var QuotaType string
Expand Down

0 comments on commit eb04d9c

Please sign in to comment.