Skip to content

Commit 7d0a033

Browse files
authored
Merge 0a30447 into c61548b
2 parents c61548b + 0a30447 commit 7d0a033

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ydb/tools/ydbd_slice/kube/handlers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,9 @@ def slice_nodeclaim_format(api_client, project_path, manifests):
230230
logger.info('no nodes found, nothing to format.')
231231
return
232232
node_list = nodes.Nodes(node_list)
233-
handlers.format_drivers(node_list)
234233
cmd = r"sudo find /dev/disk/ -path '*/by-partlabel/kikimr_*' " \
235234
r"-exec dd if=/dev/zero of={} bs=1M count=1 status=none \;"
236-
nodes.execute_async(cmd)
235+
node_list.execute_async(cmd)
237236

238237

239238
def slice_nodeclaim_delete(api_client, project_path, manifests):

0 commit comments

Comments
 (0)