area: compatibilityarea: filesystemgood first issuepriority: p2type: bug
仓库指标
- Star
- (12,713 star)
- PR 合并指标
- (平均合并 4天 22小时) (30 天内合并 184 个 PR)
描述
runsc result:
$ stress -c 1 &
$ which stress
/usr/bin/stress
$ cp /bin/ls /usr/bin/stress
[1]+ Bus error stress -c 1
Expected result in vanilla Linux:
$ stress -c 1 &
$ which stress
/usr/bin/stress
$ cp /bin/ls /usr/bin/stress
cp: cannot create regular file '/usr/bin/stress': Text file busy