-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path0002-rename-linbit-labels.patch
31 lines (26 loc) · 1.26 KB
/
0002-rename-linbit-labels.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 110038fac54abe8f9d097d540c185a2a25eebb01 Mon Sep 17 00:00:00 2001
From: Viktor Kramarenko <[email protected]>
Date: Tue, 16 Apr 2024 14:33:47 +0300
Subject: [PATCH] Changed LinstorNodeKey and LinstorStoragePoolKeyPrefix
consts. Signed-off-by: Viktor Kramarenko <[email protected]>
---
pkg/topology/topology.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/topology/topology.go b/pkg/topology/topology.go
index c50d012..6dd92c5 100644
--- a/pkg/topology/topology.go
+++ b/pkg/topology/topology.go
@@ -47,11 +47,11 @@ const (
const (
// LinstorNodeKey refers to a node running the LINSTOR csi node service
// and the linstor Satellite and is therefore capable of hosting LINSTOR volumes.
- LinstorNodeKey = "linbit.com/hostname"
+ LinstorNodeKey = "storage.deckhouse.io/sds-replicated-volume-hostname"
// LinstorStoragePoolKeyPrefix is the prefix used when specifying the available storage
// pools on a node via CSI topology keys.
- LinstorStoragePoolKeyPrefix = "linbit.com/sp-"
+ LinstorStoragePoolKeyPrefix = "storage.deckhouse.io/sds-replicated-volume-sp-"
// LinstorStoragePoolValue is the value assigned to the storage pool label, given that the node has access to the
// storage pool.
--
2.39.3 (Apple Git-145)