mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
rbd: extract volumeNamePrefix in RegenerateJournal()
Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
parent
b9b4b1e34e
commit
b960e3633a
@ -523,6 +523,7 @@ func undoVolReservation(ctx context.Context, rbdVol *rbdVolume, cr *util.Credent
|
|||||||
|
|
||||||
// RegenerateJournal performs below operations
|
// RegenerateJournal performs below operations
|
||||||
// Extract parameters journalPool, pool from volumeAttributes
|
// Extract parameters journalPool, pool from volumeAttributes
|
||||||
|
// Extract optional parameter volumeNamePrefix from volumeAttributes
|
||||||
// Extract information from volumeID
|
// Extract information from volumeID
|
||||||
// Get pool ID from pool name
|
// Get pool ID from pool name
|
||||||
// Extract uuid from volumeID
|
// Extract uuid from volumeID
|
||||||
@ -587,7 +588,7 @@ func RegenerateJournal(
|
|||||||
}
|
}
|
||||||
|
|
||||||
rbdVol.RequestName = requestName
|
rbdVol.RequestName = requestName
|
||||||
// TODO add Nameprefix also
|
rbdVol.NamePrefix = volumeAttributes["volumeNamePrefix"]
|
||||||
|
|
||||||
kmsID := ""
|
kmsID := ""
|
||||||
imageData, err := j.CheckReservation(
|
imageData, err := j.CheckReservation(
|
||||||
|
Loading…
Reference in New Issue
Block a user