hi,
I am trying to import a Centos 7 virtual Disk using
gcloud compute images import import1 --source-file gs://my-image/disk1.vmdk --os centos-7
but I am getting an error that the /dev/log is not there:
[import-and-translate]: 2019-01-27T10:35:02Z Error running workflow: step "translate" run error: step "translate-disk" run error: step "wait-for-translator" run error: WaitForInstancesSignal FailureMatch found for "inst-translator-import-and-translate-translate-translate-3lzlh": "TranslateFailed: error: command: No '/dev/log' or 'logger' included for syslog logging"
[import-and-translate]: 2019-01-27T10:35:02Z Workflow "import-and-translate" cleaning up (this may take up to 2 minutes).
[Daisy] Errors in one or more workflows:
import-and-translate: step "translate" run error: step "translate-disk" run error: step "wait-for-translator" run error: WaitForInstancesSignal FailureMatch found for "inst-translator-import-and-translate-translate-translate-3lzlh": "TranslateFailed: error: command: No '/dev/log' or 'logger' included for syslog logging"
ERROR: (gcloud.compute.images.import) build c23b5b7a-81e4-47ea-a95d-6a531d823165 completed with status "FAILURE"
I have the same image runnning in a VirtualBox and /dev/log is there:
[deploy@localhost deploy]$ ls -lrt /dev/log
srw-rw-rw- 1 root root 0 Jan 28 14:02 /dev/log