
Command to execute backup: #engine-backup --mode=backup --file=backup1 --log=backup1.log Command to restore backup: #hosted-engine --deploy --restore-from-file=backup1 Error: 2020-12-09 22:26:25,679+0000 ERROR otopi.ovirt_hosted_engine_setup.ansible_utils ansible_utils._process_output:107 fatal: [localhost]: FAILED! => {"changed": false, "msg": "Available memory ( {'failed': False, 'changed': False, 'ansible_facts': {u'max_mem': u'33211'}}MB ) is less then the minimal requirement (4096MB). Be aware that 512MB is reserved for the host and cannot be allocated to the engine VM."} Ovirt version: 4.3.10.4-1.el7 # cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) Memory available: #free -m total used free shared buff/cache available Mem: 64132 30478 494 145 33158 32961 Swap: 16383 0 16383 Is there a way to ignore this check?