A few usability fixes and put full node DB logic into warewulfd
This commit is contained in:
@@ -20,8 +20,6 @@ var (
|
||||
func LoadNodeDB() error {
|
||||
TmpMap := make(map[string]node.NodeInfo)
|
||||
|
||||
daemonLogf("(re)Loading the node Database\n")
|
||||
|
||||
DB, err := node.New()
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user