Skip to content

Commit fe059dd

Browse files
gadididimergify[bot]
authored andcommitted
nvmeof: add VolumeExpansion_ONLINE Capability
Add EXPAND_VOLUME capability to NodeServer for online volume expansion support Signed-off-by: gadi-didi <gadi.didi@ibm.com>
1 parent 5cb1589 commit fe059dd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

internal/nvmeof/identity/identityserver.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ func (is *Server) GetPluginCapabilities(
5151
},
5252
},
5353
},
54+
{
55+
Type: &csi.PluginCapability_VolumeExpansion_{
56+
VolumeExpansion: &csi.PluginCapability_VolumeExpansion{
57+
Type: csi.PluginCapability_VolumeExpansion_ONLINE,
58+
},
59+
},
60+
},
5461
},
5562
}, nil
5663
}

0 commit comments

Comments
 (0)