Qemu It is a generic and open-source machine emulator and virtualizer. When used as a machine emulator, QEMU can run OS and programs made for one machine (e.g. an ARM board) on a different machine (e.g. your own PC). By using dynamic translation, Qemu achieves very good performance. Some of the Important Features are mentioned […]
OLVM
How to Check Storage Type in Engine Database (OLVM)
This is a small how-to post to check the storage type in Engine Database. Table storage_server_connections has all connections information. Run below command on OLVM to get the connection information: $ /usr/share/ovirt-engine/dbscripts/engine-psql.sh -c “select connection,iqn,port,storage_type from storage_server_connections;” connection | iqn | port | storage_type ——————————+—–+——+————– The field storage_type will give: value 1 for NFS value […]