rbd: extract volumeNamePrefix in RegenerateJournal()

Signed-off-by: Rakshith R <rar@redhat.com>
(cherry picked from commit b960e3633a)
This commit is contained in:
Rakshith R 2021-07-16 15:14:52 +05:30 committed by mergify[bot]
parent 5189ccc13e
commit 2545101842

View File

@ -523,6 +523,7 @@ func undoVolReservation(ctx context.Context, rbdVol *rbdVolume, cr *util.Credent
// RegenerateJournal performs below operations
// Extract parameters journalPool, pool from volumeAttributes
// Extract optional parameter volumeNamePrefix from volumeAttributes
// Extract information from volumeID
// Get pool ID from pool name
// Extract uuid from volumeID
@ -587,7 +588,7 @@ func RegenerateJournal(
}
rbdVol.RequestName = requestName
// TODO add Nameprefix also
rbdVol.NamePrefix = volumeAttributes["volumeNamePrefix"]
kmsID := ""
imageData, err := j.CheckReservation(