in QemuServer.pm,
can you edit "sub check_running",
and change the line
die "unable to find configuration file for VM $vmid - no such machine\n"
if !$nocheck && ! -f $filename;
to
die "unable to find configuration file for VM $vmid - no such machine $nocheck $filename\n"
if !$nocheck && ! -f $filename;
Then restart (or stop/start maybe), pvedaemon
can you edit "sub check_running",
and change the line
die "unable to find configuration file for VM $vmid - no such machine\n"
if !$nocheck && ! -f $filename;
to
die "unable to find configuration file for VM $vmid - no such machine $nocheck $filename\n"
if !$nocheck && ! -f $filename;
Then restart (or stop/start maybe), pvedaemon