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 29d92d6 commit ea2402aCopy full SHA for ea2402a
src/aleph/vm/pool.py
@@ -176,7 +176,8 @@ async def create_a_vm(
176
177
execution.create(vm_id=vm_id, tap_interface=tap_interface)
178
await execution.start()
179
- await execution.fetch_port_redirect_config_and_setup()
+ if execution.is_instance:
180
+ await execution.fetch_port_redirect_config_and_setup()
181
182
# clear the user reservations
183
for resource in resources:
0 commit comments