Skip to content

Commit

Permalink
feat: accounting volume qos tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel committed Mar 15, 2024
1 parent b308737 commit 9c857ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/tag/accounting.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ const (
AccountingNetworkTrafficInternal = "accounting.metal-stack.io/network-traffic-internal"
// AccountingVolumeReplicas tag to store accounting volume replicas
AccountingVolumeReplicas = "accounting.metal-stack.io/volume-replicas"
// AccountingVolumeQoSPolicyID tag to store accounting volume qos policy ID
AccountingVolumeQoSPolicyID = "accounting.metal-stack.io/volume-qos-policy-id"
// AccountingVolumeQoSPolicyName tag to store accounting volume qos policy name
AccountingVolumeQoSPolicyName = "accounting.metal-stack.io/volume-qos-policy-name"
// AccountingVolumeEncryption tag to store accounting volume encryption information
AccountingVolumeEncryption = "accounting.metal-stack.io/volume-encryption"
// AccountingVolumeSnapshotSource tag to store accounting volume snapshot source uuid
Expand All @@ -28,6 +32,8 @@ func AccountingTags() map[string]bool {
AccountingNetworkTrafficExternal: true,
AccountingNetworkTrafficInternal: true,
AccountingVolumeReplicas: true,
AccountingVolumeQoSPolicyID: true,
AccountingVolumeQoSPolicyName: true,
AccountingVolumeEncryption: true,
AccountingVolumeSnapshotSource: true,
}
Expand Down

0 comments on commit 9c857ba

Please sign in to comment.