Commit 865311fb authored by Antoine Millet's avatar Antoine Millet
Browse files

Increased RPC timeout for attachdisk from 120s (default) to 300s

parent 6685ca50
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ class CliHandler(RegisteredCCHandler):

        :param query: tql query
        """
        return self._vm_action(query, 'vm_attach_disk', pool, volume, driver, bps, iops)
        return self._vm_action(query, 'vm_attach_disk', pool, volume, driver, bps, iops, _timeout=300)

    @listed
    def detachdisk(self, query, pool, volume):