late-needle-80860
02/02/2023, 12:13 PMkubectl delete …
directly.
Any ideas and thank youRemoved finalizer … controller …. node=NODE_NAME
… again and againetcd
directly using some etcdctl get
and etcd del
on the key of the specific node did the trick. Just feels wrong…. there must be a better way or?narrow-egg-98197
02/07/2023, 9:53 AMlate-needle-80860
02/07/2023, 6:41 PMnarrow-egg-98197
03/20/2023, 8:35 AMlonghorn/longhorn-test
repo to disable disk scheduling.
node = client.by_id_node(lht_hostId)
disks = node.disks
disk = disks[extra_disk_fsid]
disk.allowScheduling = False
update_disks = get_update_disks(disks)
node = update_node_disks(client, node.name, disks=update_disks,
retry=True)
node = wait_for_disk_status(client, lht_hostId,
extra_disk_fsid,
"allowScheduling", False)
wait_for_disk_status(client, lht_hostId, extra_disk_fsid,
"storageScheduled", 0)