Hello,
I’m trying to create a persistent VM. When this process starts, VM fails with this error (/var/log/one/oned.log):
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: Successfully execute transfer manager driver operation: tm_context.
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: Successfully execute network driver operation: pre.
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: ExitCode: 0
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: Successfully execute virtualization driver operation: /bin/mkdir -p.
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: ExitCode: 0
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: Successfully execute virtualization driver operation: /bin/cat - >/var/lib/one//datastores/0/7501/vm.xml.
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: ExitCode: 0
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: Successfully execute virtualization driver operation: /bin/cat - >/var/lib/one//datastores/0/7501/ds.xml.
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: Command execution fail: cat << EOT | /var/tmp/one/vmm/kvm/deploy '/var/lib/one//datastores/0/7501/deployment.0' 'localhost' 7501 localhost
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: error: Failed to create domain from /var/lib/one//datastores/0/7501/deployment.0
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: error: unsupported configuration: unknown driver format value 'save_as'
Mon Sep 20 14:23:16 2021 [Z0][VMM][E]: Could not create domain from /var/lib/one//datastores/0/7501/deployment.0
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: ExitCode: 255
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: Successfully execute network driver operation: clean.
Mon Sep 20 14:23:16 2021 [Z0][VMM][I]: Failed to execute virtualization driver operation: deploy.
Mon Sep 20 14:23:16 2021 [Z0][IPM][D]: Message received: DEPLOY FAILURE 7501 Could not create domain from /var/lib/one//datastores/0/7501/deployment.0
What is the meaning of error “error: unsupported configuration: unknown driver format value ‘save_as’”?
My system is running OpenNebula 6.0.0.2. Image “DEV_PREFIX” attribute is “hd”. If I change to “vd”, problem persists.
Thanks.