mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
20 lines
821 B
Plaintext
20 lines
821 B
Plaintext
// Module included in the following assemblies:
|
|
// oadp-features-plugins-known-issues
|
|
// * backup_and_restore/application_backup_and_restore/troubleshooting/oadp-installation-issues.adoc
|
|
//
|
|
:_mod-docs-content-type: PROCEDURE
|
|
|
|
[id="resolving-backup-storage-contains-invalid-directories-issue_{context}"]
|
|
= Resolving invalid directories in backup storage
|
|
|
|
[role="_abstract"]
|
|
The object storage contains top-level directories that are not Velero directories. The `Velero` pod log displays the following error message:
|
|
|
|
[source,text]
|
|
----
|
|
Backup storage contains invalid top-level directories.
|
|
----
|
|
|
|
.Procedure
|
|
|
|
* If the object storage is not dedicated to Velero, you must specify a prefix for the bucket by setting the `spec.backupLocations.velero.objectStorage.prefix` parameter in the `DataProtectionApplication` manifest. |