search for: wrapper1

Displaying 2 results from an estimated 2 matches for "wrapper1".

Did you mean: wrappers
2014 Oct 09
1
live migration to localhost with lvm based storage
I have lvm based (thin pool) storage on local disks. I need to move vps from one vg on one disk to another. Does it possible to migrate to localhost with blockcopy migration to another vg? I'm understand that i can move lv from one vg to another, but i don't need that. -- Vasiliy Tolstov, e-mail: v.tolstov@selfip.ru jabber: vase@selfip.ru
2010 Jun 24
0
Snowfall: "cannont open connection " problem
...ime <- system.time( + + for (i in 1:(n.sims/everyout)) { + loop.start <- i*everyout -(everyout-1) + loop.end <- i*everyout + print(paste("loop.start = ",loop.start)) + print(paste("loop.end = ",loop.end)) + + rr[[i]] <- sfClusterApplyLB(loop.start:loop.end,wrapper1,reps) + a<-rr[[i]] + save(a,file=paste("rr_",i,".RData",sep="")) + } + ) [1] "loop.start = 1" [1] "loop.end = 10" Error in checkForRemoteErrors(val) : 10 nodes produced errors; first error: cannot open the connection Timing stopped at: 0...