From b9bd4809e80c2cfcd0fa1c09069418e92d81daa8 Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Wed, 5 Aug 2020 09:33:35 +0530 Subject: [PATCH] chore(api): add block device tag label key in types (#62) Signed-off-by: Ashutosh Kumar --- pkg/apis/types/types.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/apis/types/types.go b/pkg/apis/types/types.go index 0604088c..20c463ad 100644 --- a/pkg/apis/types/types.go +++ b/pkg/apis/types/types.go @@ -58,6 +58,11 @@ const ( // PersistentVolumeLabelKey label key set in all cstorvolume replicas of a // given volume PersistentVolumeLabelKey = "openebs.io/persistent-volume" + + // BlockDeviceTagLabelKey is the key to fetch tag of a block + // device. + // For more info : https://github.com/openebs/node-disk-manager/pull/400 + BlockDeviceTagLabelKey = "openebs.io/block-device-tag" ) const (