xfs/449: fix xfs info report output if realtime device specified
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 15 Sep 2020 01:45:02 +0000 (18:45 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 20 Sep 2020 17:06:48 +0000 (01:06 +0800)
commit909f4322c62c7230b008af927a5d91ba1d1f199f
tree46627e61cbb23db599ceacd1154f034d2669a039
parent890a5ae45e7532181ffb70b0f0b1fc9ae29fe43b
xfs/449: fix xfs info report output if realtime device specified

Modify the mkfs.xfs output so that "realtime =/dev/XXX" becomes
"realtime =external" so that the output will match xfs_db, which doesn't
take a rt device argument and thus does not know.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/xfs/449