Displaying 3 results from an estimated 3 matches for "14_17".
Did you mean:
1417
2014 May 22
2
Live snapshots of a single block device
..."vda"
I run this command for each block device (e.g vda, vdb, etc). However, after running the above command (to only backup vda), I see that a snapshot has also been created for vdb. I tried running it with --print-xml, which gives this output:
<domainsnapshot>
<name>05-22-14_17-09-25</name>
<description>05-22-14_17-09-25</description>
<disks>
<disk name='vda'/>
</disks>
</domainsnapshot>
What am I doing wrong - how can I tell snapshot-create-as to create an external snapshot for a specific block device only (not...
2014 May 22
0
Re: Live snapshots of a single block device
...> I run this command for each block device (e.g vda, vdb, etc). However, after running the above command (to only backup vda), I see that a snapshot has also been created for vdb. I tried running it with --print-xml, which gives this output:
> <domainsnapshot>
> <name>05-22-14_17-09-25</name>
> <description>05-22-14_17-09-25</description>
> <disks>
> <disk name='vda'/>
> </disks>
The problem you are facing is that the snapshot code MUST have an action
for every disk; and if you don't specify the action d...
2015 Oct 08
2
beta: cloud compiler bisection tool
...of commits with a predicate. Example, find where a crash started:
$ llvmlab bisect bash -c "%(path)s/bin/clang -c crashy.c”
FAIL: clang-r219899-t2014-10-15_21-42-48-b809
FAIL: clang-r219778-t2014-10-15_06-18-17-b787
FAIL: clang-r219773-t2014-10-14_21-18-07-b779
FAIL: clang-r219746-t2014-10-14_17-01-07-b775
FAIL: clang-r219739-t2014-10-14_16-09-35-b771
FAIL: clang-r219729-t2014-10-14_15-21-29-b757
clang-r219719-t2014-10-14_14-46-50-b756: first working build
clang-r219729-t2014-10-14_15-21-29-b757: next failing build
Grab the most recent compiler from a build:
$ llvmlab fetch "clang-s...