Skip to content

Commit b9bf900

Browse files
authored
Merge pull request #79413 from shdeshpa07/OADP-4568-XFS-volume-full-error
OADP-4568 added snippet for xfs filesystem
2 parents 588f678 + 3d5c900 commit b9bf900

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

backup_and_restore/application_backup_and_restore/installing/oadp-using-data-mover-for-csi-snapshots-doc.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ The VolSync Operator is required for using OADP Data Mover.
6868
====
6969
7070
* You have installed the OADP operator by using OLM.
71+
+
72+
--
73+
include::snippets/xfs-filesystem-snippet.adoc[]
74+
--
7175
7276
.Procedure
7377

modules/oadp-1-3-backing-csi-snapshots.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ spec:
4343
<1> Set to `true` if you use Data Mover only for volumes that opt out of `fs-backup`. Set to `false` if you use Data Mover by default for volumes.
4444
<2> Set to `true` to enable movement of CSI snapshots to remote object storage.
4545

46+
+
47+
--
48+
include::snippets/xfs-filesystem-snippet.adoc[]
49+
--
50+
4651
. Apply the manifest:
4752
+
4853
[source,terminal]

snippets/xfs-filesystem-snippet.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
// Text snippet included in the following modules:
2+
//
3+
// * modules/oadp-1-3-backing-csi-snapshots.adoc
4+
// * backup_and_restore/application_backup_and_restore/installing/oadp-using-data-mover-for-csi-snapshots-doc.adoc
5+
6+
:_mod-docs-content-type: SNIPPET
7+
8+
[NOTE]
9+
====
10+
If you format the volume by using XFS filesystem and the volume is at 100% capacity, the backup fails with a `no space left on device` error. For example:
11+
12+
[source,terminal]
13+
----
14+
Error: relabel failed /var/lib/kubelet/pods/3ac..34/volumes/ \
15+
kubernetes.io~csi/pvc-684..12c/mount: lsetxattr /var/lib/kubelet/ \
16+
pods/3ac..34/volumes/kubernetes.io~csi/pvc-68..2c/mount/data-xfs-103: \
17+
no space left on device
18+
----
19+
20+
In this scenario, consider resizing the volume or using a different filesystem type, for example, `ext4`, so that the backup completes successfully.
21+
====

0 commit comments

Comments
 (0)