/[smeserver]/rpms/e-smith-quota/sme10/e-smith-quota-2.6.0-bz10211-enableXFSquota.patch
ViewVC logotype

Annotation of /rpms/e-smith-quota/sme10/e-smith-quota-2.6.0-bz10211-enableXFSquota.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Apr 5 19:59:41 2017 UTC (7 years, 1 month ago) by unnilennium
Branch: MAIN
CVS Tags: e-smith-quota-2_6_0-4_el7_sme, e-smith-quota-2_6_0-5_el7_sme, HEAD
* Wed Apr 05 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.6.0-4.sme
- enable quota for groups and users with XFS [SME: 10211]

1 unnilennium 1.1 diff -Nur e-smith-quota-2.6.0.old/root/etc/e-smith/templates/etc/fstab/50EnableQuotas e-smith-quota-2.6.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas
2     --- e-smith-quota-2.6.0.old/root/etc/e-smith/templates/etc/fstab/50EnableQuotas 2013-02-13 00:15:00.000000000 -0500
3     +++ e-smith-quota-2.6.0/root/etc/e-smith/templates/etc/fstab/50EnableQuotas 2017-04-05 15:55:10.856000000 -0400
4     @@ -3,6 +3,8 @@
5     @lines = map {
6     /\s\/\s+ext[234]\s+defaults\s/ && s/defaults/usrquota,grpquota/;
7     /^\/dev\/main\/.*\s+ext[234]\s+defaults\s/ && s/defaults/usrquota,grpquota/;
8     + /\s\/\s+xfs\s+defaults\s/ && s/defaults/uquota,gquota/;
9     + /^\/dev\/main\/.*\s+xfs\s+defaults\s/ && s/defaults/uquota,gquota/;
10     $_
11     } @lines;
12     "";

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed