<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="MSHTML 11.00.9600.17420">
<style id="owaParaStyle">P {
MARGIN-BOTTOM: 0px; MARGIN-TOP: 0px
}
</style>
</head>
<body fPStyle="1" ocsi="0">
<div style="direction: ltr;font-family: Arial;color: #000000;font-size: 10pt;">
<p>Is off/remove working for xfs_quota? I seem to not be able to zero out the project quota metadata and move the project to another partition. I did not remove the entries in the /etc/proj* files.</p>
<p> </p>
<p>-Henk</p>
<p> </p>
<p> 1308 xfs_quota -x -c 'project -s data_1_hmeij'<br>
1309 xfs_quota -x -c 'report -h -bi' /data/1</p>
<p> </p>
<p>User quota on /data/1 (/dev/sdb1) <br>
Blocks <br>
User ID Used Soft Hard Warn/Grace <br>
---------- --------------------------------- <br>
root 0 0 0 00 [------] <br>
hmeij 854.4M 0 0 00 [------] </p>
<p>Project quota on /data/1 (/dev/sdb1)<br>
Blocks <br>
Project ID Used Soft Hard Warn/Grace <br>
---------- --------------------------------- <br>
data_1_hmeij 854.4M 0 0 00 [------]</p>
<p> </p>
<p> 1318 xfs_quota -x -c 'off' -c 'remove' /data/1</p>
<p><br>
1331 umount /data/1; mount /data1</p>
<p> </p>
<p> 1333 xfs_quota -x -c 'report -h' /data/1</p>
<p> </p>
<p>same report output, same metadata ...<br>
</p>
</div>
</body>
</html>