Files
apfstests/tests/xfs/149.out
T
Eric Sandeen 7b3ddeec67 fstests: verify that xfs_growfs can operate on mounted device node
The ability to use a mounted device node as the primary argument
to xfs_growfs was added back in with:
  7e8275f8 xfs_growfs: allow mounted device node as argument
because it was an undocumented behavior that some userspace depended on.
This test exercises that functionality.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
2020-01-06 17:00:07 +08:00

17 lines
568 B
Plaintext

QA output created by 149
=== mkfs.xfs ===
=== truncate ===
=== create loop device ===
=== create loop device symlink ===
=== xfs_growfs - unmounted device, command should be rejected ===
xfs_growfs: LOOPDEV is not a mounted XFS filesystem
=== xfs_growfs - check symlinked dev, unmounted ===
xfs_growfs: LOOPSYMLINK is not a mounted XFS filesystem
=== mount ===
=== xfs_growfs - check device node ===
=== xfs_growfs - check device symlink ===
=== unmount ===
=== mount device symlink ===
=== xfs_growfs - check device symlink ===
=== xfs_growfs - check device node ===