Split platform and app data folders and get rid of btrfs volumes
This commit is contained in:
@@ -868,8 +868,7 @@ function checkDiskSpace(callback) {
|
||||
}
|
||||
|
||||
var oos = entries.some(function (entry) {
|
||||
return (entry.mount === paths.DATA_DIR && entry.capacity >= 0.90) ||
|
||||
(entry.mount === '/' && entry.available <= (1.25 * 1024 * 1024)); // 1.5G
|
||||
return (entry.mount === '/' && entry.available <= (1.25 * 1024 * 1024)); // 1.5G
|
||||
});
|
||||
|
||||
debug('Disk space checked. ok: %s', !oos);
|
||||
|
||||
Reference in New Issue
Block a user