diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index af731fdfe..31073242c 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -3124,6 +3124,7 @@ sub getAllAttribs $keyhash{node} = "node1"; $keyhash{groups} = "compute1"; $table->delEntries(\%keyhash); + $table->commit; Build delete statement and'ing the elements of the hash DELETE FROM nodelist WHERE ("groups" = "compute1" AND "node" = "node1") Comments: