Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#6858]Platform: Preflight checks for NFS backup storage configuration (
#6971) * Heading: [#6858]Platform: Preflight checks for NFS backup storage configuration Description: When user initiates a manual backup -or- a scheduled backup, check whether NFS path is a valid path on each of the database nodes before starting the backup task . Fail the task right away before creating the snapshots for the backup. Testing: Configured the NFS backup storage PATH and created a AWS cloud provider Then using cloud provider, created a multinode/single node universe Ran sample Apps, which created table for backup. Then after tried to create backup. It will fail immediately if the storage path is not mounted on anyone of the node. Added unit Tests as well. It's working fine. * Heading: [#6858]Platform: Preflight checks for NFS backup storage configuration Description: When user initiates a manual backup -or- a scheduled backup, check whether NFS path is a valid path on each of the database nodes before starting the backup task . Fail the task right away before creating the snapshots for the backup. Testing: Configured the NFS backup storage PATH and created a AWS cloud provider Then using cloud provider, created a multinode/single node universe Ran sample Apps, which created table for backup. Then after tried to create backup. It will fail immediately if the storage path is not mounted on anyone of the node. Added unit Tests as well. It's working fine. * Heading: [#6858]Platform: Preflight checks for NFS backup storage configuration Description: When user initiates a manual backup -or- a scheduled backup, check whether NFS path is a valid path on each of the database nodes before starting the backup task . Fail the task right away before creating the snapshots for the backup. Testing: Configured the NFS backup storage PATH and created a AWS cloud provider Then using cloud provider, created a multinode/single node universe Ran sample Apps, which created table for backup. Then after tried to create backup. It will fail immediately if the storage path is not mounted on anyone of the node. Added unit Tests as well. It's working fine. Co-authored-by: jitendra-12113 <jitedra.kumar@hashedin.com>
- Loading branch information