Bug 921991

Summary: [virt-sandbox-service] clone sandbox will fail
Product: [Fedora] Fedora Reporter: Wayne Sun <gsun>
Component: libvirt-sandboxAssignee: Daniel Berrangé <berrange>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: high    
Version: 18CC: ajia, berrange, dyuan, mzhan, rwu, virt-maint, zpeng
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-25 06:58:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Wayne Sun 2013-03-15 11:07:10 UTC
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:

Comment 1 Wayne Sun 2013-03-25 06:58:47 UTC
The option usage is wrong, should be:

# virt-sandbox-service clone -l s0:c2,c80 -s apache10 clonebox

so, close this bug.