Skip to content

Commit a90cc88

Browse files
committed
Address review comments
1 parent d9fd839 commit a90cc88

File tree

3 files changed

+90
-97
lines changed

3 files changed

+90
-97
lines changed

csi.proto

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -770,10 +770,7 @@ message ControllerServiceCapability {
770770
// CREATE_DELETE_SNAPSHOT MUST support creating volume from
771771
// snapshot.
772772
CREATE_DELETE_SNAPSHOT = 5;
773-
// LIST_SNAPSHOTS is NOT REQUIRED. For plugins that need to
774-
// process a snapshot after it is being cut, LIST_SNAPSHOTS
775-
// COULD be used with the snapshot_id as the filter to query
776-
// whether the processing is complete or not.
773+
// LIST_SNAPSHOTS is NOT REQUIRED.
777774
LIST_SNAPSHOTS = 6;
778775
// Plugins supporting volume cloning at the storage level MAY
779776
// report this capability. The source volume must be managed by
@@ -857,8 +854,9 @@ message Snapshot {
857854
// field is REQUIRED.
858855
int64 created_at = 4;
859856

860-
// Indicates if a snapshot is ready to use. The default value is
861-
// false. This field is REQUIRED.
857+
// Indicates if a snapshot is ready to use as a
858+
// `volume_content_source` in a `CreateVolumeRequest`. The default
859+
// value is false. This field is REQUIRED.
862860
bool is_ready_to_use = 5;
863861
}
864862
message DeleteSnapshotRequest {

0 commit comments

Comments
 (0)