Re: [RFC] block/mirror: fix file-system went to read-only after block-mirror

2021-07-05 Thread Vladimir Sementsov-Ogievskiy
24.06.2021 15:06, Jinhua Cao wrote: 1) Configure the VM disk as prdm. ... ... Mount the disk in guest and keep the disk writing data continuously during block-mirror, the file-system went to read-only after block-mirror. 2) This commit 6cdbceb12cf[mirror: Add filter-no

Re: [RFC] block/mirror: fix file-system went to read-only after block-mirror

2021-06-24 Thread no-reply
-system went to read-only after block-mirror === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === TEST SCR

[RFC] block/mirror: fix file-system went to read-only after block-mirror

2021-06-24 Thread Jinhua Cao
1) Configure the VM disk as prdm. ... ... Mount the disk in guest and keep the disk writing data continuously during block-mirror, the file-system went to read-only after block-mirror. 2) This commit 6cdbceb12cf[mirror: Add filter-node-name to blockdev-mirror] introduces mirr