Bug 1565657 - Missing requirement for xfs file system
Summary: Missing requirement for xfs file system
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Documentation
Version: 3.9.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Vikram Goyal
QA Contact: Vikram Goyal
Vikram Goyal
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-10 13:41 UTC by Shirly Radco
Modified: 2018-06-18 05:59 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-06-18 05:59:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Shirly Radco 2018-04-10 13:41:10 UTC
Document URL: 

Section Number and Name: 

Describe the issue: 
Missing requirement to use xfs file system. I failed on:

CHECK [memory_availability : localhost] ******************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {
    "changed": true, 
    "checks": {
        "disk_availability": {}, 
        "docker_image_availability": {
            "changed": true
        }, 
        "docker_storage": {
            "failed": true, 
            "failures": [
                [
                    "OpenShiftCheckException", 
                    "Docker storage drivers 'overlay' and 'overlay2' are only supported with\n'xfs' as the backing storage, but this host's storage is type 'extfs'."
                ]
            ], 
            "msg": "Docker storage drivers 'overlay' and 'overlay2' are only supported with\n'xfs' as the backing storage, but this host's storage is type 'extfs'."
        }, 


Suggestions for improvement: 

Additional information:


Note You need to log in before you can comment on or make changes to this bug.