Question

kasten k10 nfs sidecat backup failed


Userlevel 2
  • Comes here often
  • 5 comments

 

kasten k10  v5.5.6 

k8s: v1.20

nfs sidecat  backup failed : 

 

Job failed to be executed
 Failed snapshots for workload
 Failed to snapshot volumes
 Error snapshotting volume
 ActionSet Failed
 {"message":"Failed to backup data","function":"kasten.io/k10/kio/kanister/function.(*backupDataFunc).Exec","linenumber":122,"file":"kasten.io/k10/kio/kanister/function/backup_data.go:122","cause":{"message":"2 errors have occurred","errors":[{"message":"Failed to create the backup repository","function":"kasten.io/k10/kio/kopia.CreateKopiaRepository","linenumber":472,"file":"kasten.io/k10/kio/kopia/repository.go:472","cause":{"message":"Failed to exec command in pod: command terminated with exit code 1"}},{"message":"Failed to connect to the backup repository","function":"kasten.io/k10/kio/kopia.ConnectToKopiaRepository","linenumber":558,"file":"kasten.io/k10/kio/kopia/repository.go:558","cause":{"message":"repository not found","cause":{"message":"Failed to exec command in pod: command terminated with exit code 1"}}}]}}


3 comments

Userlevel 7
Badge +7

@jaiganeshjk 

Userlevel 6
Badge +2

@lidw Thanks for posting your question.

From your message and the topic, I assume that you are trying to export your application by injecting Sidecar(Generic Volume snapshot) to an NFS target. Is that right ?

Error message says that it is failing to create a repository in the target location. It could be a permission issue if it is an NFS target location profile.

You could take a look at the executor pod logs to find out the reason for the failure of the repository create command.
 

Userlevel 2

@jaiganeshjk 

application by injecting Sidecar(Generic Volume snapshot) to an NFS target,  Success

The filtered PVC backup was also successful

 

Back up any statefulset and deployment errors for namespace,

 

Click the link to view

 Upload log log

 

Comment