import React from 'react'; import { Button, Content, ContentVariants } from '@patternfly/react-core'; import { ExternalLinkAltIcon } from '@patternfly/react-icons'; import { FILE_SYSTEM_CUSTOMIZATION_URL } from '../../../../constants'; const FileSystemAutomaticPartition = () => { return ( Automatic partitioning The system automatically partitions your image storage depending on the target environment(s). The target environment sometimes dictates all or part of the partitioning scheme. Automatic partitioning applies the most current supported configuration layout.

); }; export default FileSystemAutomaticPartition;