Skip to content

Commit

Permalink
fix(logs): remove label for listing cstorvolumes (#113)
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored Jun 11, 2021
1 parent a64304d commit 7edd953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/migrate/executor/cstor_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ func (m *MigrateOptions) RunCStorSPCMigrate() error {
klog.Infof("Successfully migrated spc %s to cspc", m.spcName)

klog.Infof("Make sure to migrate the associated PVs, "+
"to list CStorVolumes for the PVs which are pending migration use `kubectl get cstorvolume.openebs.io -n %s -l openebs.io/storage-pool-claim=%s`, "+
"to list CStorVolumes for the PVs which are pending migration use `kubectl get cstorvolume.openebs.io -n %s`, "+
"and to list CStorVolumes for the migrated/CSI PVs use `kubectl get cstorvolume.cstor.openebs.io -n %s`",
m.openebsNamespace, m.spcName, m.openebsNamespace)
m.openebsNamespace, m.openebsNamespace)
return nil
}

0 comments on commit 7edd953

Please sign in to comment.