need to stop all tasks in OLVM admin portal
while perform a host upgrade, the admin portal keep on creating new tasks for keeping the host to maintenance mode.
Nothing shows in below output as well
[root@olvmmgr dbutils]# ./taskcleaner.sh -o -v
select exists (select * from information_schema.tables where table_schema = 'public' and table_name = 'command_entities');
t
SELECT command_id,command_type,root_command_id,command_parameters,command_params_class,created_at,status,return_value,return_value_class,executed FROM GetAllCommands();
[root@olvmmgr dbutils]#