rpc: Convert storage-related calls
[ganeti-local] / lib / build / rpc_definitions.py
index ad96dfb..b3f183e 100644 (file)
@@ -343,5 +343,6 @@ _MISC_CALLS = [
 
 CALLS = {
   "RpcClientDefault": (_IMPEXP_CALLS + _X509_CALLS + _OS_CALLS + _NODE_CALLS +
-    _FILE_STORAGE_CALLS + _MISC_CALLS),
+    _FILE_STORAGE_CALLS + _MISC_CALLS + _INSTANCE_CALLS + _BLOCKDEV_CALLS +
+    _STORAGE_CALLS),
   }