Closed ymartin-ovh closed 2 years ago
I think we can filter the filesystem set to check when the list is built.
In our case, as we ignore ephemeral volumes (containers), we can avoid false positive as volume may disappear between list creation and actual check.
Can you please add a test case covering the feature you're adding (if it's complicated then it's fine)
I added a missing test on a case 6.1.10. We need to integrate volume with docker to test this properly.
I think we can filter the filesystem set to check when the list is built.
In our case, as we ignore ephemeral volumes (containers), we can avoid false positive as volume may disappear between list creation and actual check.