Skip to content

Commit 2261ca7

Browse files
committed
Use XFS by default for registry volume
Fixes: #287
1 parent 62e7c80 commit 2261ca7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ parameters:
273273
description: >
274274
Filesystem to use for Openshift registry persistent volume
275275
type: string
276-
default: ext4
276+
default: xfs
277277

278278
prepare_registry:
279279
type: boolean

openshift.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ parameters:
299299
Filesystem to use for Openshift registry persistent volume. Used only if
300300
deploy_registry=true.
301301
type: string
302-
default: ext4
302+
default: xfs
303303

304304
registry_volume_id:
305305
description: >

0 commit comments

Comments
 (0)