mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-17 20:00:23 +00:00
cleanup: update description to generic
Since rbdImage is a common struct for rbdVolume and rbdSnapshot, it description was matching to only snapshot. This commit makes the comments generic for both volumes and snapshots. Signed-off-by: Yug <yuggupta27@gmail.com>
This commit is contained in:
parent
9f2cf498b6
commit
6a46f381c2
@ -74,11 +74,11 @@ type rbdImage struct {
|
||||
VolID string `json:"volID"`
|
||||
|
||||
Monitors string
|
||||
// JournalPool is the ceph pool in which the CSI snapshot Journal is
|
||||
// JournalPool is the ceph pool in which the CSI Journal/CSI snapshot Journal is
|
||||
// stored
|
||||
JournalPool string
|
||||
// Pool is where the image snapshot journal and snapshot is stored, and
|
||||
// could be the same as `JournalPool` (retained as Pool instead of
|
||||
// Pool is where the image journal/image snapshot journal and image/snapshot
|
||||
// is stored, and could be the same as `JournalPool` (retained as Pool instead of
|
||||
// renaming to ImagePool or such, as this is referenced in the code
|
||||
// extensively)
|
||||
Pool string
|
||||
|
Loading…
Reference in New Issue
Block a user