Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 512861 [details] vdsm log
Description of problem: [vdsm]vdsClient's verbs -getAllTasksStatuses and getAllTasksInfo comes back empty when there is an async task running Version-Release number of selected component (if applicable): vdsm-4.9-81.el6.x86_64 How reproducible: always Steps to Reproduce: 1.start an async task (spmStart) 2.run vdsClient's verbs getAllTasksStatuses and getAllTasksInfo 3. Actual results: Expected results: all async task should be returned Additional info:
Is there
I could reproduce only for the async task spmStart, which is filtered on purpose. When you run getAllTasksStatuses and getAllTasksInfo only the tasks with the tag "spm" are returned; spmStart task does not contain such tag. I believe this should be closed NOTABUG.
yes, I just saw bug 722437, with a nice display of getAllTasksStatuses working with spm tasks. (spmStart is an hsm task...) It isn't a pretty semantics, but it seems intentional.