Nigel Babu wrote:
> Practically, I only need someone to look at one line:
Where is this fs used?
For instance, mount(8) knows about ffs, not UFS:
$ mount
/dev/raid0a on / type ffs (log, local)
/dev/raid0e on /mail type ffs (log, nodev, nosuid, local, with quotas)
/dev/raid1a on /ssd type ffs (
Hello folks,
I've been thinking about a different approach here. I'd like to fork the
build.sh/regression.sh/smoke.sh scripts for NetBSD until we unify them. This
seems to be the approach with most gains at this point.
This way, I can make smaller bite sized changes that can be tested in
producti
Nigel Babu wrote:
> I'll definitely appreciate any feedback you can have in terms
> of code when it's ready for review.
No problem. But regresson infrastructure will catch any issue better
that I would, anyway. :-)
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
m...@netbsd.org
On Sun, Aug 07, 2016 at 06:41:49AM +0200, Emmanuel Dreyfus wrote:
> Nigel Babu wrote:
>
> > * A bunch of cleanup scripts are in build.sh. I think they can move into the
> > Jenkins job itself. That's what we do for linux boxes.
>
> Feel free to do it, but is there a benefit? If it is not broken,
Nigel Babu wrote:
> * A bunch of cleanup scripts are in build.sh. I think they can move into the
> Jenkins job itself. That's what we do for linux boxes.
Feel free to do it, but is there a benefit? If it is not broken, do not
fix it...
> * Some test files have been made to 0644. Is this relev
On Tue, Aug 02, 2016 at 03:50:41PM +0530, Nigel Babu wrote:
> We have quite a lot of local changes. I'm working on merging that into our
> repo. If anyone is curious, the pull request is here:
>
> https://github.com/gluster/glusterfs-patch-acceptance-tests/pull/47
>
Hi Emmanuel,
Can you help m
On Tue, Aug 02, 2016 at 09:43:30AM +0200, Niels de Vos wrote:
> On Tue, Aug 02, 2016 at 12:08:03PM +0530, Nigel Babu wrote:
> > Hello folks,
> >
> > The /opt/qa folder on NetBSD nodes are on quite an old commit[1]. This means
> > the URL to the logs and cores do not work. The script in master gener
On Tue, Aug 02, 2016 at 12:08:03PM +0530, Nigel Babu wrote:
> Hello folks,
>
> The /opt/qa folder on NetBSD nodes are on quite an old commit[1]. This means
> the URL to the logs and cores do not work. The script in master generates the
> correct URL. Is it safe to update this repo to the latest gi