We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3083298 commit 6461c6bCopy full SHA for 6461c6b
plugins-base/XSFeatureDMV.py
@@ -56,6 +56,8 @@ def GetSelectedDriverVariantUUID(cls, driver):
56
variantRef = driver.selected_variant(None)
57
if variantRef is None:
58
return None
59
+ if variantRef.OpaqueRef() == "OpaqueRef:NULL":
60
+ return None
61
variant = Task.Sync(lambda x: x.xenapi.Driver_variant.get_record(variantRef.OpaqueRef()))
62
return variant['uuid']
63
0 commit comments