mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-06-10 00:03:10 +00:00
fix: update datapath messages to new naming
Some checks failed
Some checks failed
Agent-Logs-Url: https://github.com/velero-io/velero/sessions/4e226ac0-3c47-4894-9b70-d0e0b9b7c374 Co-authored-by: kaovilai <11228024+kaovilai@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c51fac63d5
commit
fb603765e2
@@ -167,7 +167,7 @@ func (dp *generalDataPath) close(ctx context.Context) {
|
||||
|
||||
func (dp *generalDataPath) StartBackup(source AccessPoint, uploaderConfig map[string]string, param any) error {
|
||||
if !dp.initialized {
|
||||
return errors.New("file system data path is not initialized")
|
||||
return errors.New("data path is not initialized")
|
||||
}
|
||||
|
||||
dp.wgDataPath.Add(1)
|
||||
@@ -243,7 +243,7 @@ func (dp *generalDataPath) UpdateProgress(p *uploader.Progress) {
|
||||
|
||||
func (dp *generalDataPath) Cancel() {
|
||||
dp.cancel()
|
||||
dp.log.WithField("user", dp.jobName).Info("FileSystemBR is canceled")
|
||||
dp.log.WithField("user", dp.jobName).Info("Data path is canceled")
|
||||
}
|
||||
|
||||
func (dp *generalDataPath) boostRepoConnect(ctx context.Context, repositoryType string, credentialGetter *credentials.CredentialGetter, cacheDir string) error {
|
||||
|
||||
Reference in New Issue
Block a user