• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Resolved Quota and BTRFS

NMX

New Pleskian
Hello everybody,

is it possible to use btrfs with the feature quota in the plesk product?

And can you please tell me what filesystems are supported from the usrquota command?
 
Plesk Onyx support disk quota on Ext4 or XFS filesystems.
Check if quota is activated:

# /usr/local/psa/admin/bin/usermng --isquotable

If it returns '0', it means that quota is supported on the server.
"1" hard disk quota is not supported due to configuration of server file system.
 
okay thank you very much!
I get as return value 0 and it works with ext4. But BTRFS isn't supported, or?!
 
But BTRFS isn't supported, or?!
I think that if you enable quota support on FS level and get 0 in the output of command above, Plesk will try to use it at least :)
 
sorry, but i forgot to tell you, that i actually use ext4 and want to use btrfs as the filesystem (i'm a fan of btrfs :)).
Okay. I will try to use btrfs as filesystem and i'm going to post here the solution...
 
so i tried to use BTRFS with usrquota. But the problem is that BTRFS implements quota a little bit different as ext or zfs:

BTRFS creates subvolumes for the directory and so it isn't possible to use the software solution quota on an btrfs filesystem.
 
Back
Top