[Gluster-infra] [Bug 1351626] Clear up space on inactive netbsd machines

2016-07-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1351626

Nigel Babu  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2016-07-26 22:04:53



--- Comment #9 from Nigel Babu  ---
netbsd7.cloud.gluster.org is now deleted.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=OFEC62vTaX&a=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1351626] Clear up space on inactive netbsd machines

2016-07-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1351626



--- Comment #8 from Nigel Babu  ---
The bug has been fixed in http://review.gluster.org/#/c/14991


I've gone and fixed up the following machines as well:
nbslave79.cloud.gluster.org
nbslave7c.cloud.gluster.org
nbslave7h.cloud.gluster.org
nbslave7i.cloud.gluster.org
nbslave7j.cloud.gluster.org

The only machine that's left is netbsd7.cloud.gluster.org.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=DiPC6rY8lP&a=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1351626] Clear up space on inactive netbsd machines

2016-07-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1351626



--- Comment #7 from Nigel Babu  ---
Nithya has pointed out that we depend on the path being /build/install because
we do this:

df -h 2>&1 | sed 's#/build/install##' | grep -e
"[[:space:]]/run/gluster/${V0}$" -e "[[:space:]]/var/run/gluster/${V0}$"

This test is marked as bad test on master, so we haven't noticed mass failures
yet. I've made the new disk mount as /build on nbslave77 to see if that solves
the problems instead. If that goes well, I'll make that change across all
machines.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Jv02RIYdE0&a=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1351626] Clear up space on inactive netbsd machines

2016-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1351626



--- Comment #6 from Nigel Babu  ---
The following machines have had disks added:

nbslave71.cloud.gluster.org
nbslave72.cloud.gluster.org
nbslave74.cloud.gluster.org
nbslave75.cloud.gluster.org
nbslave77.cloud.gluster.org
nbslave7g.cloud.gluster.org

I've made /archives and /build a symlink from the new hard disk. I'll leave
this open overnight to monitor what's going on in these machines.

Note: I've also changed the build timeout to 120 mins and turned off concurrent
builds (which should have never been enabled).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=EGDTZ2IgjD&a=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1351626] Clear up space on inactive netbsd machines

2016-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1351626



--- Comment #5 from Nigel Babu  ---
I've tried this for nbslave71 and I'm going to try it on all machines out of
rota for lack of disk space.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=td4KSgWJoW&a=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1351626] Clear up space on inactive netbsd machines

2016-07-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1351626



--- Comment #4 from Nigel Babu  ---
We have lots of space left on our existing machines. From Emmanuel on
gluster-infra@

That is the case: diskabel xbd0 says
#sizeoffset fstype [fsize bsize cpg/sgs]
 a:  1992288163 4.2BSD   2048 16384 0  # (Cyl.  0*-   9727)
 b:   4194304  19922944   swap # (Cyl.   9728 -  11775)
 c:  2097145763 unused  0 0# (Cyl.  0*-  10239)
 d:  83886080 0 unused  0 0# (Cyl.  0 -  40959)
 e:   8388608  24117248 4.2BSD   2048 16384 0  # (Cyl.  11776 -  15871)

NetBSD has some historic curiosity: c is the NetBSD partition in MBR, d is
the whole disk. This means you have 51380224 sectors of 512 bytes left after
partiton e: 24 GB.

Run disklabel -e xbd0 and add a f line:
 f: 51380161   32505856 4.2BSD   2048 16384 0

While there it will not hurt to resize c (for the sake of clarity)
 c: 83886017 63 unused  0 0

And still while there, fdisk -iau xbd0 to ajust NetBSD partiton size in MBR.

Then you can
newfs /dev/rxbd0f
add /dev/xbd0f in :etc/fstab
mount /dev/xbd0f

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=DPTVrXEFCP&a=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1351626] Clear up space on inactive netbsd machines

2016-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1351626



--- Comment #3 from Nigel Babu  ---
Action items to solve this:

1. Script to clear out old builds and archives.
2. Attach 10-15 GB of block storage to all the netbsd machines so this isn't an
issue.

The cost of time we spend debugging/fixing this is definitely greater than the
cost of additional storage.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Xe46lm7GwI&a=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1351626] Clear up space on inactive netbsd machines

2016-07-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1351626

Nigel Babu  changed:

   What|Removed |Added

Summary|Kill the inactive netbsd|Clear up space on inactive
   |machines and bring up new   |netbsd machines
   |ones|



-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=9lhImKrEAk&a=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-infra