Description of problem: sandbox clone will fail Version-Release number of selected component (if applicable): libvirt-sandbox-0.1.0-1.fc18.x86_64 httpd-2.4.3-15.fc18.x86_64 kernel-3.8.2-206.fc18.x86_64 How reproducible: always Steps to Reproduce: 1. clone a sandbox # virt-sandbox-service list --running apache10 # virt-sandbox-service clone -s clonebox -l s0:c2,c80 apache10 /usr/bin/virt-sandbox-service: /etc/libvirt-sandbox/services/clonebox.sandbox: No such file or directory clone fail with no sandbox container dir 2. 3. Actual results: clone failed Expected results: clone should work Additional info:
The option usage is wrong, should be: # virt-sandbox-service clone -l s0:c2,c80 -s apache10 clonebox so, close this bug.