Skip to main content

qbunlock

Description

Unlocks the available job slots on a Worker.

Usage

qbunlock [options] hostname...

where hostname is the name of the host to be unlocked. It can be followed by 0 or more hostnames.

Options

OptionDescription
--allUnlock all hosts
--downUnlock down hosts
--panicUnlock panicked hosts
--activeUnlock active hosts
--cluster stringUnlock hosts in string cluster
--group stringUnlock hosts in string group
--resources stringUnlock hosts based upon requirements expression string
--purgeImmediately stop job processes running on Worker
--lockLock the Worker (deprecated: use qblock)
--unlockUnlock the Worker (deprecated and implied)
--range stringRange string of CPU slots to lock/unlock. (deprecated: use qblock)
--valueSpecify custom lock
--file stringUse the lock in the specified string file
--helpCommand help
--versionCommand version

Notes

Examples

Unlocks all slots on host render01

% qbunlock --lock render01

See also

qblock