VM Deployment - Could not create domain

I am using CentOS7, and when I create a new VM I get the following:

Yes, selinux is disabled.

Thu Jul 7 14:23:57 2016 [Z1][VM][I]: New LCM state is LCM_INIT
Thu Jul 7 14:23:57 2016 [Z1][VM][I]: New state is PENDING
Thu Jul 7 14:24:22 2016 [Z1][VM][I]: New state is ACTIVE
Thu Jul 7 14:24:22 2016 [Z1][VM][I]: New LCM state is PROLOG
Thu Jul 7 14:26:36 2016 [Z1][VM][I]: New LCM state is BOOT
Thu Jul 7 14:26:36 2016 [Z1][VMM][I]: Generating deployment file: /var/lib/one/vms/5/deployment.2
Thu Jul 7 14:26:41 2016 [Z1][VMM][I]: Successfully execute transfer manager driver operation: tm_context.
Thu Jul 7 14:26:47 2016 [Z1][VMM][I]: ExitCode: 0
Thu Jul 7 14:26:47 2016 [Z1][VMM][I]: Successfully execute network driver operation: pre.
Thu Jul 7 14:26:48 2016 [Z1][VMM][I]: Command execution fail: cat << EOT | /var/tmp/one/vmm/kvm/deploy ‘/var/lib/one//datastores/100/5/deployment.2’ ‘vmhost2.greentoads.net’ 5 vmhost2.greentoads.net
Thu Jul 7 14:26:48 2016 [Z1][VMM][I]: error: Failed to create domain from /var/lib/one//datastores/100/5/deployment.2
Thu Jul 7 14:26:48 2016 [Z1][VMM][I]: error: internal error: early end of file from monitor: possible problem:
Thu Jul 7 14:26:48 2016 [Z1][VMM][I]: Cannot set up guest memory ‘pc.ram’: Cannot allocate memory
Thu Jul 7 14:26:48 2016 [Z1][VMM][E]: Could not create domain from /var/lib/one//datastores/100/5/deployment.2
Thu Jul 7 14:26:48 2016 [Z1][VMM][I]: ExitCode: 255
Thu Jul 7 14:26:48 2016 [Z1][VMM][I]: Failed to execute virtualization driver operation: deploy.
Thu Jul 7 14:26:48 2016 [Z1][VMM][E]: Error deploying virtual machine: Could not create domain from /var/lib/one//datastores/100/5/deployment.2
Thu Jul 7 14:26:48 2016 [Z1][VM][I]: New LCM state is BOOT_FAILURE

Check free memory.

Not memory related. 256GB of RAM free. I figured it out, I posted a reply on what I did to fix, but for some reason it is not on here.

Added:
usermod -G libvirt,kvm oneadmin

Then:
Mount both image and system datastore on workernode. I only had one. I am using the SSH method.

hi friend,i have the same problem,how did you solve this problem?