mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-05-05 16:32:44 +03:00
![]() In this test the 'ls -ls' command was used to print testfile size in blocks. Because the environment variable BLOCK_SIZE was set the 'ls -ls' command detected this and output its block count as the number of 8192 blocks. Rather than change the variable name the -k was was added to force ls to return 1k blocks. This has the additional advantage of behaving consistently across platforms. For additional details on GNU 'ls' behavior regarding block size: https://www.gnu.org/software/coreutils/manual/html_node/Block-size.html Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: yuxiang <guo.yong33@zte.com.cn> Closes #5269 |
||
---|---|---|
.. | ||
cleanup.ksh | ||
Makefile.am | ||
quota_001_pos.ksh | ||
quota_002_pos.ksh | ||
quota_003_pos.ksh | ||
quota_004_pos.ksh | ||
quota_005_pos.ksh | ||
quota_006_neg.ksh | ||
quota.cfg | ||
quota.kshlib | ||
setup.ksh |