Displaying 2 results from an estimated 2 matches for "97ba".
Did you mean:
970a
2011 Feb 28
7
XCP - migration from xend
Hello there,
I have some issues regarding xend domU migration to XCP VM.
I try to migrate my old xend domU''s to my xen Could using the xva.py
script. All seems to work quite ok, the migration process doesn''t throw
any errors, i get a .xva file with a proper Size.
When importing that file, immidiately the VG and LV is created, and VM
properties are assigned correctly. But when
2012 Mar 25
2
avoiding for loops
I have data that looks like this:
> df1
group id
1 red A
2 red B
3 red C
4 blue D
5 blue E
6 blue F
I want a list of the groups containing vectors with the ids. I am
avoiding subset(), as it is
only recommended for interactive use. Here's what I have so far:
df1 <- data.frame(group=c("red", "red", "red", "blue",