Add note on Ext4/NFS mounts only

This commit is contained in:
Girish Ramakrishnan
2020-04-09 15:49:44 -07:00
parent 4fc8e9b45e
commit e776deaa3f

View File

@@ -731,7 +731,7 @@
<label class="control-label" for="resourcesEnableDataDir">Storage <sup><a ng-href="{{ config.webServerOrigin }}/documentation/storage/#app-data-directory" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup></label>
<p>
By default, this app's data is located at <code>/home/yellowtent/appsdata/{{ app.id }}</code>. If the server is running out of disk space,
you can mount an external disk and move this app's data there.
you can mount an external disk and move this app's data there. Only Ext4 and NFS mounts are supported.
</p>
<form role="form" name="resourcesDataDirForm" ng-submit="resources.submitDataDir()" autocomplete="off">
<fieldset>