diff --git a/crmsh/cibconfig.py b/crmsh/cibconfig.py index 3886a18d3a..d6a5c84ce9 100644 --- a/crmsh/cibconfig.py +++ b/crmsh/cibconfig.py @@ -3228,6 +3228,7 @@ def filter_objects(self, filters): continue if spec == "changed": obj_set |= orderedset.oset(self.modified_elems()) + obj_set |= orderedset.oset(self.remove_queue) elif spec.startswith("type:"): obj_set |= orderedset.oset(self.get_elems_on_type(spec)) elif spec.startswith("tag:"):