Commit 702e86e7 authored by Anael Beutot's avatar Anael Beutot
Browse files

Fix sto_vol tag conflict when loosing libvirt connection

The tag was not removed from TagDB when the libvirt connection was lost.
parent 1a028ecc
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -180,6 +180,7 @@ class Handler(HostHandler):
                'sto%s_free' % storage,
                'sto%s_used' % storage,
                'sto%s_type' % storage,
                'sto%s_vol' % storage,
            ))
        # unregister sub objects (for the same reason)
        for sub_id in self.tag_db.keys():