In article <27069.1489629...@splode.eterna.com.au>, matthew green <m...@eterna.com.au> wrote: >"Martin Husemann" writes: >> Module Name: src >> Committed By: martin >> Date: Wed Mar 15 10:53:15 UTC 2017 >> >> Modified Files: >> src/tests/dev/fss: t_fss.sh >> >> Log Message: >> Do not assume an all-zeroes disk label will read back as a disk with >> an 'a' partition covering the whole disk, instead use the raw partition. >> Also skip this test if the fss device is not available. >> With lots of help from pgoyette. > >good idea. i wonder if picking something much higher than 'vnd0' >would also be safer here? i tend to always 'reboot and run tests', >but maybe someone might run this when vnd0 already setup, and it >would be nice to have the test not fail in that case.
Or since it is a cloner add 'vnconfig -C' which does not take a vnd, but creates one and prints the one it allocated :-) christos