DF-2774 / run.sh
#!/bin/sh # DF-2774: run on the guest as root (file activity drops to user "qa") sh /root/poc.sh # Baseline success criteria (stock kernel #0, vfs.quota_enabled=1): # TEST1_RC=1 with "dd: stdout: Disc quota exceeded" # vquota show /mnt/alias2 -> total: 18446744073709543424, limit = 10 # Patched success criteria (kernel built with fix.diff): # TEST1_RC=0 (4096 bytes transferred), alias2 total: 0, limit = 10 |