#977 add comment to netdisco-do renumber about device_identity

This commit is contained in:
Oliver Gorwits
2023-03-07 20:15:54 +00:00
parent 1505a8637b
commit 2848877d74
2 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,9 @@ register_worker({ phase => 'check' }, sub {
return Status->error("Bad host or IP: ".($job->extra || '0.0.0.0'));
}
debug 'NB: this feature will change the primary IP of a device to support migrations';
debug 'NB: use the device_identity feature if you wish to steer Netdisco in choosing the canonical IP of devices';
return Status->done('Renumber is able to run');
});