Skip to content

Commit cea7ba1

Browse files
authored
NAS-ECO driver concurrency implementation
1 parent 0251b1e commit cea7ba1

6 files changed

Lines changed: 1914 additions & 119 deletions

File tree

core/concurrent_core.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ var (
6666
"fake",
6767
"ontap-nas",
6868
"google-cloud-netapp-volumes",
69+
"ontap-nas-economy",
6970
}
7071
)
7172

@@ -3481,6 +3482,7 @@ func (o *ConcurrentTridentOrchestrator) unpublishVolume(
34813482
db.Query(
34823483
db.ListVolumePublicationsForVolume(volumeName),
34833484
db.ReadNode(""),
3485+
db.ListNodes(),
34843486
db.ReadBackend(""),
34853487
db.UpsertVolume("", ""),
34863488
db.DeleteVolumePublication(volumeName, nodeName),

0 commit comments

Comments
 (0)