Re: [PATCH blktests 2/2] nvme: test resize of a namespace with file-backed ns

2019-01-17 Thread Chaitanya Kulkarni
, 2019 4:59 AM To: Omar Sandoval Cc: Linux Block Layer Mailinglist; Linux NVMe Mailinglist; Anthony Iliopoulos; Johannes Thumshirn Subject: [PATCH blktests 2/2] nvme: test resize of a namespace with file-backed ns   Test resizing of a NVMe namespace by creating a file backed namespace over nvme

[PATCH blktests 2/2] nvme: test resize of a namespace with file-backed ns

2019-01-17 Thread Johannes Thumshirn
Test resizing of a NVMe namespace by creating a file backed namespace over nvme-loop with 1G size, connecting to it and then resizing it to 2G. Check if /proc/partitions and blkdev --getsz $DEVICE see the updated size. Signed-off-by: Johannes Thumshirn --- tests/nvme/029 | 67 ++