Created attachment 1449879 [details] reproducer testcase Description of problem: running the attached test,see some failures in the output. Not sure if this is a bug or just a consequence of code change. Please feel free to close this if it's not a bug,and I will change the testcase accordingly. Version-Release number of selected component (if applicable): device-mapper-multipath-0.7.6-4.git1cb704b.fc29.x86_64 How reproducible: always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 1449880 [details] output of sh -x main.sh
I'm not sure what messages you are worried about. The missing quotes test appears to be wrong. The multipath.conf file used for it doesn't have mismatched quotes (it has none, which is fine). In the new code multipath will offload some commands to multipathd. This is the case with multipath -r That's why it doesn't print any output. If you run "multipath -l" afterwards, and look for the new name, it should be there. Were there any other tests that gave you bad results, that you don't understand?
(In reply to Ben Marzinski from comment #2) > I'm not sure what messages you are worried about. The missing quotes test > appears to be wrong. The multipath.conf file used for it doesn't have > mismatched quotes (it has none, which is fine). > > In the new code multipath will offload some commands to multipathd. This is > the case with > > multipath -r > > That's why it doesn't print any output. If you run "multipath -l" > afterwards, and look for the new name, it should be there. Were there any > other tests that gave you bad results, that you don't understand? nope atm,gonna to close this.Thanks for your quick response and detailed explanation:)