[PATCH] dhcp: do not release assigned IP just to update DNS name

2016-12-22 Thread Justin Cinkelj
We want to propagate new hostname to DNS server via DHCP server. Previously, a DHCP release followed by a new DORA cycle was used. This did update DNS name, but VM was for a short period of time without a valid IP. Now an early lease renew (with the new hostname included) is sent. Thus VM does

Re: [PATCH] Changed java-tests module to require module java

2016-12-22 Thread Nadav Har'El
On Thu, Dec 22, 2016 at 2:38 PM, Waldek Kozaczuk wrote: > Also as I suggested in one of my older emails it might be worth to ponder > the idea of changing the default from java-isolated to java-non-isolated as > the former one requires java.beans package which does not

Re: [PATCH] Changed java-tests module to require module java

2016-12-22 Thread Waldek Kozaczuk
Also as I suggested in one of my older emails it might be worth to ponder the idea of changing the default from java-isolated to java-non-isolated as the former one requires java.beans package which does not exist in compact profiles. Also java-isolated jar will not work in Java 9 without making

Re: Build failed in Jenkins: osv-build #1157

2016-12-22 Thread Nadav Har'El
On Thu, Dec 22, 2016 at 12:13 PM, Nadav Har'El wrote: > > >> In any case is it possible to change jenkins configuration to use this: >> >> scripts/build -j4 image=openjdk8-fedora,java-tests && scripts/test.py >> --name java.* >> instead of >> scripts/build -j4

Jenkins build is back to normal : osv-build #1162

2016-12-22 Thread avi
See -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to osv-dev+unsubscr...@googlegroups.com. For

[PATCH v6] pthread_barrier*: Add OSv-specific pthread_barrier_init, wait, destroy + test

2016-12-22 Thread 'rean' via OSv Development
- pthread_barrier* patch clean up (address review comments: r1) - pthread_barrier* patch clean up (address review comments: r2) - Abridged test output with 7 microsec usleep, 10 threads, 4 rounds of barrier crossings (tst-pthread-barrier.so) - pthread_barrier* patch clean up (address review

Re: [PATCH v5] pthread_barrier*: Add OSv-specific pthread_barrier_init, wait, destroy + test

2016-12-22 Thread Nadav Har'El
Unfortunately, it looks like you fixed the indentation in pthread.cc, but not in latch.hh? -- Nadav Har'El n...@scylladb.com On Thu, Dec 22, 2016 at 1:02 AM, 'rean' via OSv Development < osv-dev@googlegroups.com> wrote: > - pthread_barrier* patch clean up (address review comments: r1) > -