[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #1 from Karsten Wade  ---
Looking at the WP UI for this, the source URL supports regexp but I'm not sure
how the target URL gets the matching string fed in.

So the source regexp could be (at least to try):

*gluster.org/pipermail.*

This way if www or no sub-domain is used, it matches.

For "Position", aiui Top means run this rule first, Bottom means run this rule
after all others. I'd say Bottom is safest to try first so it doesn't steal
blog posts & redirect. i.e., the risk is if there is ever a page or post that
is www.gluster.org/pipermail it will get redirected/rewritten.

Looks like this is the plugin being used:

https://wordpress.org/plugins/redirection/

-- 
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=ZEV68bttFQ=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #2 from Karsten Wade  ---
One fix for the source URL:

.*gluster.org/pipermail.*

(Reading through https://wpengine.com/support/regex/ )

-- 
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=qLgcwNWRan=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #3 from Karsten Wade  ---
Created attachment 1324980
  --> https://bugzilla.redhat.com/attachment.cgi?id=1324980=edit
WPEngine UI screenshot

-- 
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=GRfcUCR1b7=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490993] Redirect fun with lists

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490993



--- Comment #4 from Karsten Wade  ---
The WPEngine how to recommends this pattern:

Name: Redirect catch all
Domain: www.domain.com
Source: ^/thisiswhere/myfileswere/(.+)
Destination: /thisiswhere/myfilesmovedto/$1
Redirect type: 301 Permanent

Our UI is a bit different (ref attached PNG), we need to fill out:

Source URL:
Regex [./]
Title:
Match: [URL only]   <== anything else interesting under that menu?
When matched: [Redirect to URL] w/ 301<== seems like a good choice
Target URL:
Group: [Modified Posts]   <== anything else interesting under that menu?
Position: Bottom might be safest so we're not overwriting WP rules

So I think "Source URL" would be a regex of:

.*gluster.org/pipermail(.+)

Target URL:

lists.gluster.org/pipermail/$1

This should grab whatever follows /pipermail/ at any subdomain (or no subdomain
so plain gluster.org/pipermail/) and redirect that follow stuff to
lists.gluster.org/pipermail/.

-- 
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=NUzwDUGlbm=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1491000] New: infra: git clone is really slow. Is it it time for a `git gc` on the repo?

2017-09-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1491000

Bug ID: 1491000
   Summary: infra: git clone is really slow. Is it it time for a
`git gc` on the repo?
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: kkeit...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Description of problem:

$summary

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
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=Lk4JMtmu4J=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494057] Need centos machine to validate test cases

2017-09-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494057

Nigel Babu  changed:

   What|Removed |Added

 Status|NEW |MODIFIED
 CC||nig...@redhat.com



--- Comment #1 from Nigel Babu  ---
You should be able to SSH in as jenk...@slave33.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=AWBiCx1Bke=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490994] Missing redirect on the new wordpress blog for older links

2017-09-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490994

Karsten Wade  changed:

   What|Removed |Added

  Flags||needinfo?(a...@redhat.com)



--- Comment #10 from Karsten Wade  ---
@Amye -- do you have a test server setup at WPEngine?

It looks as if we should try Misc's regexp from above as a redirection rule,
but I only have access to the live instance for www. I think it's a low risk of
breaking the site if tested live, but more than zero risk.

-- 
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=IZwBxxvYt0=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490994] Missing redirect on the new wordpress blog for older links

2017-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490994

Amye Scavarda  changed:

   What|Removed |Added

  Flags|needinfo?(a...@redhat.com)  |



--- Comment #11 from Amye Scavarda  ---
How would we be able to test redirects like this on the staging server? 
I'm more than happy to make that available, I'm just not sure how it could
work.

-- 
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=N9ln4QmBoC=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1496993] New: Unable to fetch from git

2017-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1496993

Bug ID: 1496993
   Summary: Unable to fetch from git
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: vbel...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Description of problem:


git pull on my glusterfs / gluster-block repos fail with the following error:

Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Here's output of `git remote -v`

originssh://vbel...@review.gluster.org/glusterfs.git (fetch)
originssh://vbel...@review.gluster.org/glusterfs.git (push)
publicg...@github.com:gluster/glusterfs.git (fetch)
publicg...@github.com:gluster/glusterfs.git (push)


Additional info:

Been noticing this problem since the beginning of this week. Tried deleting and
adding the same dsa key in r.g.o but that doesn't seem to help.

-- 
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=CwPlSCaW8H=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1497803] fstat missing failures when filtering?

2017-10-02 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1497803

Shyamsundar  changed:

   What|Removed |Added

   Keywords||Triaged



-- 
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=IyjBW9irYu=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1496993] Unable to fetch from git

2017-09-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1496993

Nigel Babu <nig...@redhat.com> changed:

   What|Removed |Added

 CC||nig...@redhat.com



--- Comment #1 from Nigel Babu <nig...@redhat.com> ---
The gerrit logs actually say wrong key. I don't know what's going on here. We
haven't touched anything from the server end.

Here are the options:
* Verify that the public key completely matches the private key. `ssh-keygen -y
-e -f /path/to/private/key` will print out the public key. Makes sure it
matches what's on bugzilla.
* Try generating an entirely new key and attempt to login to review.gluster.org
with that.
* As a workaround, attempt using the HTTPS protocol temporary for push and
pulls. You'll need to generate an HTTP password here:
https://review.gluster.org/#/settings/http-password

-- 
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=rbrdqxL6Pd=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1496993] Unable to fetch from git

2017-09-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1496993

Vijay Bellur  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX
Last Closed||2017-09-29 15:38:45



--- Comment #2 from Vijay Bellur  ---
Thank you, Nigel!

It is probably related to my dsa key. I setup a new rsa public key and that's
working well now.

Perhaps, gerrit no longer supports dsa auth?

-- 
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=mHeGjTFOpk=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1497926] fstat.gluster.org is down

2017-10-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1497926

M. Scherer  changed:

   What|Removed |Added

 CC||msche...@redhat.com



--- Comment #1 from M. Scherer  ---
The VM seems to be down, I was able to get a prompt, but nothing more. That's
usually the sign of some overload, like fork bomb, lack of memory, etc.

A post mortem analysis show this was down since 11h40 (UTC) on the 2 of
october, and that the problem was likely lack of memory (cf OOM in dmesg).

I did restart the VM to solve the issue, but we may need to 1) add swap 2) add
memory.

-- 
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=yc0TllcUaR=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1497926] New: fstat.gluster.org is down

2017-10-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1497926

Bug ID: 1497926
   Summary: fstat.gluster.org is down
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: amukh...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Description of problem:

fstat.gluster.org throws up internal server error.

-- 
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=2DHJnmbnZT=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1498151] New: Move download server and salt-master to the community cage

2017-10-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1498151

Bug ID: 1498151
   Summary: Move download server and salt-master to the community
cage
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: msche...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Description of problem:

Today, yet another rowhammer style attack paper went out, explaining 
https://arxiv.org/pdf/1710.00551.pdf (there is a link to the various papers)

While this is not a new attack, and I guess a rather complex one to mount, we
should mitigate the risk by moving the download server and the ansible
deployment in the cage. I heard about people using rowhammer to flip some bits
to bypass pam verification (no paper or conference have been published yet
afaik, so i wasn't able to evaluate the praticality). 

While rackspace is using ECC (or so do I hope, that's what lshw report) and
that's mitigating the attack to be a denial of service only, I would sleep
better at night if we moved the 2 servers out of rackspace and in the cage in
case improvements to the attack do get published.

The rest of the VM are not as critical as theses 2, even if the freeipa server
should also be moved.

I am already in the process of moving salt-master since some weeks, I just need
to finish the move.

-- 
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=6V0YhcyGzn=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1498151] Move download server and salt-master to the community cage

2017-10-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1498151

Amye Scavarda  changed:

   What|Removed |Added

 CC||a...@redhat.com



--- Comment #1 from Amye Scavarda  ---
The website redirect issues need to take higher priority than this. That's
causing an existing user impact, this can come after that ticket's resolved. 
https://bugzilla.redhat.com/show_bug.cgi?id=1490994 is the ticket.

-- 
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=JdfNytZwYS=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1490994] Missing redirect on the new wordpress blog for older links

2017-09-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1490994



--- Comment #9 from Amye Scavarda  ---
Not intentional at all, I've now added blog.gluster.org to the domains that it
should accept.

-- 
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=WmLWjbsJR5=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1395212] move static analysis to cage and create voting tests in gerrit

2017-09-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1395212



--- Comment #3 from Nigel Babu  ---
We now have all the static analysis jobs expect for Coverity running on
Jenkins. We're in a process of setting up a new server for staticanalysis so
that we don't push those onto downloads.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=B1AzaZM6DW=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1496729] New: Setup ci-logs.gluster.org

2017-09-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1496729

Bug ID: 1496729
   Summary: Setup ci-logs.gluster.org
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: nig...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



ci-logs.gluster.org should point to the proxy and from there to
http.int.rht.gluster.org.

We'll have a pull request for proxy server and http.int.rht.gluster.org to
accept ci-logs.gluster.org in the near future.

-- 
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=dpC3D76lrK=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1484509] New: Redirect www.gluster.org and blog.gluster.org

2017-08-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1484509

Bug ID: 1484509
   Summary: Redirect www.gluster.org and blog.gluster.org
   Product: GlusterFS
   Version: mainline
 Component: website
  Assignee: b...@gluster.org
  Reporter: a...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



The new install's ready to launch, we'll be combining www.gluster.org and
blog.gluster.org to one install at gluster.wpengine.com. 

Let me know what's required to complete this before EOD Friday.
Thanks!

-- 
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=5vuOsfhdP7=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1484509] Redirect www.gluster.org and blog.gluster.org

2017-08-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1484509

M. Scherer  changed:

   What|Removed |Added

 CC||msche...@redhat.com



--- Comment #1 from M. Scherer  ---
What about the existing redirections we did put in place:
e.g. all stuff that can be fond in the various files here:

https://github.com/gluster/gluster.org_ansible_configuration/blob/master/roles/httpd_www/tasks/main.yml


Also, why is the infra team not warned more in advance of any change ?

-- 
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=qTtiMoRmLf=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1486276] New: Create docs.gluster.org CNAME'd to readthedocs.io

2017-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1486276

Bug ID: 1486276
   Summary: Create docs.gluster.org CNAME'd to readthedocs.io
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: nig...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Please create a subdomain docs.gluster.org CNAME'd to readthedocs.io

If possible, let's go with a 300 sec TTL.

-- 
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=uHhuJXhA5Z=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1486276] Create docs.gluster.org CNAME'd to readthedocs.io

2017-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1486276

M. Scherer  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||msche...@redhat.com
 Resolution|--- |CURRENTRELEASE
Last Closed||2017-08-29 07:01:49



--- Comment #1 from M. Scherer  ---
Done.

-- 
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=alwCsDW5mn=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1408364] Let' s have failurestat.gluster.org pointing to the same IP as fstat.gluster.org

2017-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1408364



--- Comment #3 from M. Scherer  ---
Yeah, we would have to force LE to renew the certificate. I did verify that it
should work, but on first deployment only. I am gonna fix it manually.

-- 
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=V56KNuwp1L=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1484509] Redirect www.gluster.org and blog.gluster.org

2017-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1484509



--- Comment #7 from M. Scherer  ---
Done, the redirections are in place.

-- 
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=gpAocQj7by=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1484509] Redirect www.gluster.org and blog.gluster.org

2017-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1484509



--- Comment #11 from M. Scherer  ---
So as asked on irc, I changed the DNS:

commit d2bfdf9cb849648f0295057dd48d58c93f723640
Author: Michael Scherer 
Date:   Thu Aug 31 16:42:43 2017 +0200

Move the CNAME to go on wpengine

diff --git a/prod/external-default/gluster.org
b/prod/external-default/gluster.org
index c7a60c2..1a49c46 100644
--- a/prod/external-default/gluster.org
+++ b/prod/external-default/gluster.org
@@ -1,6 +1,6 @@
 $TTL 300
 @   IN  SOA ns1.redhat.com. noc.redhat.com.  (
-  2017083101 ; Serial
+  2017083102 ; Serial
   3600   ; Refresh
   1800   ; Retry
   604800 ; Expire
@@ -16,8 +16,8 @@ $TTL 300
 INA198.61.169.132
 mx1 INA198.61.169.132
 supercolony INA198.61.169.132
-www INCNAMEsupercolony
-blogINCNAMEsupercolony
+www INCNAMEgluster.wpengine.com.
+blogINCNAMEgluster.wpengine.com.
 lists   INCNAMEsupercolony
 planet  INCNAMEsupercolony

-- 
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=8g1jcqN43v=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1484509] Redirect www.gluster.org and blog.gluster.org

2017-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1484509



--- Comment #10 from Amye Scavarda  ---
Please have www.gluster.org be the publicly available URL.

CNAME record
gluster.wpengine.com
A record
35.197.52.145
Primary domain
gluster.wpengine.com

-- 
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=ROkUnjukBu=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1484509] Redirect www.gluster.org and blog.gluster.org

2017-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1484509



--- Comment #9 from M. Scherer  ---
Ok I revert, no problem.

-- 
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=zpSIKaduKL=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1484509] Redirect www.gluster.org and blog.gluster.org

2017-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1484509

Amye Scavarda  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED



--- Comment #8 from Amye Scavarda  ---
Ouch! 
I don't need to expose the gluster.wpengine.com to everyone -- I need this to
stay the same as www.gluster.org.

I really wish that we'd gotten confirmation on this instead of just pushing
ahead.

-- 
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=TDoIg696QA=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1488165] New: Freebsd internal builder do not have the right jenkins password

2017-09-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1488165

Bug ID: 1488165
   Summary: Freebsd internal builder do not have the right jenkins
password
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: msche...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Description of problem:
Freebsd 10.3 builder inside the cage do not have the right password, so jenkins
can't connect to it.

-- 
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=pyo2Bd34y9=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1488080] New: Increase diskspace on all the builder[0-9] .int.rht.gluster.org machines

2017-09-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1488080

Bug ID: 1488080
   Summary: Increase diskspace on all the
builder[0-9].int.rht.gluster.org machines
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: nig...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



We standardized around 18G of disk for / because we were using quite a bit for
mock cache. They currently have I think an 8G  for /, let's bump it to 18G.

-- 
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=EEonnvbngd=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1488080] Increase diskspace on all the builder[0-9] .int.rht.gluster.org machines

2017-09-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1488080

M. Scherer  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||msche...@redhat.com
 Resolution|--- |CURRENTRELEASE
Last Closed||2017-09-04 08:06:15



--- Comment #1 from M. Scherer  ---
Done:
https://github.com/gluster/gluster.org_ansible_configuration/blob/master/playbooks/deploy_jenkins_builder_rht.yml#L68

-- 
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=CRTEMfT4TX=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1488125] New: builder0.int.rht.gluster.org and builder1 fail to run rpmbuild tests in mock

2017-09-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1488125

Bug ID: 1488125
   Summary: builder0.int.rht.gluster.org and builder1 fail to run
rpmbuild tests in mock
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: nde...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Description of problem:
Building remotely on builder0.int.rht.gluster.org (rpm7) in workspace
/home/jenkins/workspace/devrpm-fedora
Wiping out workspace first.
java.nio.file.AccessDeniedException:
/home/jenkins/workspace/devrpm-fedora/RPMS/fc25/x86_64/root.log

And the smoke test is marked with a failure.

Examples:
- https://build.gluster.org/job/devrpm-fedora/5789/console
- https://build.gluster.org/job/devrpm-el6/5754/

Both builders have been disabled until this is resolved.

13:03 < ndevos> nigelb, misc: builder0.int.rht.gluster.org seems to have a
weird failure - https://build.gluster.org/job/devrpm-fedora/5786/console
13:04 < ndevos> oh, and builder1 has that as well -
https://build.gluster.org/job/devrpm-el6/5751/console
13:44 < misc> ndevos: looking
13:44 < misc> mhh
13:44 < misc> ndevos: can you log it as a bugzilla ticket, seems to be a bit
more complicated than a quick fix :/

-- 
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=dDG3JZBRX0=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1488125] builder0.int.rht.gluster.org and builder1 fail to run rpmbuild tests in mock

2017-09-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1488125

Niels de Vos  changed:

   What|Removed |Added

   Keywords||Triaged
 CC||nig...@redhat.com



-- 
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=nnmII4gjM1=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1488125] builder0.int.rht.gluster.org and builder1 fail to run rpmbuild tests in mock

2017-09-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1488125



--- Comment #2 from M. Scherer  ---
So looking at it, it seems that if jenkins can't write to the workspace
directory found, it then go to its home. Then it create the workspace and then
fail with mock.

I am reenabling the builder on ansible fixed it, please redisable and complete
that bug report if it still fail.

-- 
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=y1MbqEAfss=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1488125] builder0.int.rht.gluster.org and builder1 fail to run rpmbuild tests in mock

2017-09-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1488125

M. Scherer  changed:

   What|Removed |Added

 CC||msche...@redhat.com



--- Comment #1 from M. Scherer  ---
Ok so it seems that mock is using root:
$ ls -ld /home/jenkins/workspace/devrpm-fedora/RPMS/
drwxrwxr-x. 3 root root 4096  4 sept. 08:51
/home/jenkins/workspace/devrpm-fedora/RPMS/

I guess that's related to:

https://github.com/gluster/gluster.org_ansible_configuration/pull/13#discussion_r136525704

I am cherrypicking the fix

-- 
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=3SHF43hRZY=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1447518] Need centos machine to validate test cases specific to brick multiplexing

2017-09-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1447518



--- Comment #13 from Nigel Babu  ---
This machine will be returned to the pool on Friday 8th Sep. If you need a
machine at that point, please file a new bug.

-- 
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=WVl2Dq7XMM=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1447518] Need centos machine to validate test cases specific to brick multiplexing

2017-09-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1447518



--- Comment #11 from Nigel Babu  ---
Are you all set now? I'd really like to have this machine back in the pool.

-- 
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=plcVOFabjv=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1447518] Need centos machine to validate test cases specific to brick multiplexing

2017-09-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1447518



--- Comment #12 from Mohit Agrawal  ---
This week also i am using it, got some other comment on my patch,will try to
release it asap.

Thanks
Mohit Agrawal

-- 
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=TI5NE6amxk=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1484509] Redirect www.gluster.org and blog.gluster.org

2017-08-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1484509



--- Comment #4 from M. Scherer  ---
Well, for a start, I am still unsure on what is requested exactly.

A dns change would need to be done in advance, would requires to change the
vhost on wpengine side (which wasn't done on friday, hence no change until
further clarification).

A redirect would be immediate, but would be not optimal (but we keep existing
redirects). It may requires further redirects to be added too, in which case we
need to know what should be redirected and where, espeially for the older url.

So if you want the DNS change, I need to know what I should point too, I guess
a CNAME on gluster.wpengine.com.

-- 
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=nV796a1f89=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1408363] Need a VM for signing packages

2017-08-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1408363

Nigel Babu  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |CURRENTRELEASE
  Flags|needinfo?(nig...@redhat.com |
   |)   |
Last Closed||2017-08-30 22:10:59



--- Comment #7 from Nigel Babu  ---
Nope. Closing. I'll open a new one if we need anything more on it.

-- 
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=hwh0HV89e8=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #7 from Nigel Babu  ---
Okay, let's see if we can get Gerrit to create you a new account. Can you try
to login now. I've removed some evidence of your old account. Hopefully, this
means Gerrit will create a new account for you.

-- 
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=nxpKATpWKp=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #9 from Zhang Huan  ---
Yes, it is https://gerrit-stage.rht.gluster.org that I opened. I do that again
just now. the output is "Server Error".

-- 
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=RbXHOcqpgY=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #8 from Nigel Babu  ---
Reminder, try this on https://gerrit-stage.rht.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=6fS1WFGUvv=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #10 from Nigel Babu  ---
Ah, the Server Error could have been my fault. Can you give it a shot again?

-- 
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=ltOXKDXlOe=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #11 from Zhang Huan  ---
I can log in via link https://gerrit-stage.rht.gluster.org, and I can list
issues now. But there are problems while opening code changes, the output is
page not found.

Also, I tried opening review.gluster.org, but the output is "server error" now.
I can open it yesterday.

-- 
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=SypNekHGqb=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #15 from Nigel Babu  ---
I see this: Server returned HTTP response code: 401 for URL:
https://api.github.com/user

Can you try deleting the oauth permissions for review.gluster.org and try
again?

-- 
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=GFKDZQQdSM=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #16 from Zhang Huan  ---
There is no oauth authorization for review.gluster.org, I have deleted it
yesterday. There is only authorization for gerrit-stage.rht.gluster.org, which
should be created this morning. I have tried delete it then open
review.gluster.org again, but still get the "server error".

-- 
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=P2BAC7hABi=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #18 from Zhang Huan  ---
It is OK now. I can log in via my GitHub account and I can list changes and
code changes of them.

The problem should be related to cookie or cache of my browser. After I deleted
them, I could open the page and then login is OK.

Sorry for the mess, and thank you for your help.

-- 
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=POygvYBank=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #12 from Nigel Babu  ---
Excellent. The code changes problem is expected. There's a bug in our ansible
configuration that we've not gotten around to fixing.

Problems with review.gluster.org is also expected since I haven't made any of
the DB changes there that I've done on staging. Now that we know it's working,
I'll make the db changes in production as well.

-- 
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=ZjNmN3b62g=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #14 from Zhang Huan  ---
No, still has the output of "server error"

-- 
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=fGv4Ugw9fc=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #13 from Nigel Babu  ---
I've made the changes for review.gluster.org database. Could you try to login
now?

-- 
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=gigOMMYmDb=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #17 from Nigel Babu  ---
That's strange. So when you click "Sign-in with Github", you're not redirected
to Github at all? You just see Server Error?

-- 
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=AjRsuKEmHB=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363

Nigel Babu  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2017-10-12 01:59:00



--- Comment #19 from Nigel Babu  ---
Hurray! Thank you for your patience as I fixed things up.

-- 
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=JwjFKKRCbw=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494280] Supercolony seems to be overloaded on a regular basis

2017-10-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494280



--- Comment #4 from M. Scherer  ---
So, ansible did reinstall the logs export and login on supercolony was slow
again. I have cleaned (or rather) compressed the log on the syslog server.
Seems for some reason to have generated lots of logs by itself in the past.

-- 
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=958QSwfWMa=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1499552] r.g.o - invalid certificate

2017-10-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1499552

M. Scherer  changed:

   What|Removed |Added

 CC||msche...@redhat.com



--- Comment #1 from M. Scherer  ---
Nigel did solve it yesterday. 

We have a cronjob that do the certicate renewal, but I will need to investigate
what did broke (gerrit is a special snowflake where we can't use our existing
automation, so maybe a bug is still present).

-- 
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=UcsE660UIc=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #2 from Nigel Babu  ---
Hi Zhang,

Staging is back online. Could you confirm that logging in fails for you on
staging: https://gerrit-stage.rht.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=h8qeLx4lPs=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1494363] Couldn't log into review.gluster.org with GitHub account

2017-10-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1494363



--- Comment #3 from Zhang Huan  ---
No, logging in still fails with the result of "Forbidden".

-- 
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=KqAwmGnN1h=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1503529] New: Investigate having a mirror of download server

2017-10-18 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1503529

Bug ID: 1503529
   Summary: Investigate having a mirror of download server
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: msche...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Description of problem:

Download server is currently not replicated. We should have a mirror to cope
with various failure.

Among the option, I stumbled on http://ossplanet.net/ , we should take a look
on it.

Current disk usage:

$ ssh r...@download.gluster.org df -h
FilesystemSize  Used Avail Use% Mounted on
/dev/xvda1 79G   33G   43G  44% /
devtmpfs  1.9G 0  1.9G   0% /dev
tmpfs 1.8G 0  1.8G   0% /dev/shm
tmpfs 1.8G  209M  1.6G  12% /run
tmpfs 1.8G 0  1.8G   0% /sys/fs/cgroup
/dev/mapper/vg_download-lv_www_pub110G  104G  6.3G  95% /var/www/html
/dev/mapper/vg_download-lv_bitergia_logs   60G   48G   13G  80% /srv/bitergia
tmpfs 354M 0  354M   0% /run/user/0

Having a mirror will have implication on bitergia download stats however.

-- 
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=hal9co1eNM=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1495459] Kill the following builders

2017-10-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1495459



--- Comment #1 from Nigel Babu  ---
builder1-9.rht.gluster.org can now be killed. The only hold out was builder2,
which is now ready for deletion.

-- 
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=VDOMGRzlCq=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1503529] Investigate having a mirror of download server

2017-10-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1503529

Mike Hulsman  changed:

   What|Removed |Added

 CC||m...@hulsman.net



--- Comment #1 from Mike Hulsman  ---
I am one of the mirror and infra admins of ftp.nluug.nl.

We can offer a mirror for gluster at ftp.nluug.nl free of any charge
It is reachable by ftp, rsync, http and https and connected with 10 Gb/s

we mirror a lot of opensource projects and distributions
our location is europe/amsterdam

We offer download stats per month see: http://ftp.nluug.nl/.statistics/
For example the Ovirt project had 586873 hits and transferred a total of
540.211 Mb this month.

We are a mirror server of a lot of opensource projects since 1998.

Regards
Mike Hulsman

-- 
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=Q3uG9AvWPI=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1509889] pull gluster-block v0.3 into d.g.o

2017-11-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1509889

Nigel Babu  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||nig...@redhat.com
 Resolution|--- |CURRENTRELEASE
Last Closed||2017-11-13 00:49:48



--- Comment #1 from Nigel Babu  ---
This is now done.

-- 
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=YXj1daSW37=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1510735] Missing symbols in regression core

2017-11-12 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1510735

Nigel Babu  changed:

   What|Removed |Added

 Status|NEW |POST
   Assignee|b...@gluster.org|nig...@redhat.com



--- Comment #1 from Nigel Babu  ---
Pushed a patch to fix this based on Shyam's suggestion:
https://github.com/gluster/glusterfs-patch-acceptance-tests/pull/103

-- 
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=FHwXLFy8lT=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1512427] New: Move CI jobs starting at 0000 UTC to 1200 UTC

2017-11-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1512427

Bug ID: 1512427
   Summary: Move CI jobs starting at  UTC to 1200 UTC
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: nig...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



This will make them start around the end of the work day in India. This does
two things.

1) We actually run regressions for patches merged that day.
2) The CI infra upgrades are smoother.

This applies only to jobs that take more than an hour for now.

-- 
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=DYt64OBYB0=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1428047] Require a Jenkins job to validate Change-ID on commits to branches in glusterfs repository

2017-11-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1428047



--- Comment #17 from Shyamsundar  ---
Here is an easy example that is in my mind:

- The rfc.sh already does this job and let's the committer know that the change
ID is not present in master
(https://github.com/gluster/glusterfs/blob/master/rfc.sh#L70)

- The same check needs to be performed, and a message posted to the patch, that
the Change-ID is either inconsistent or missing

- The job need not vote, as at times having different change IDs or not finding
a change ID on master is a valid case (release notes, release specific patches
are examples where the change ID in the branch will not be found in master)

The intent of the job is simply to remind reviewers that the change ID is
different and we may want to cross check that to ensure that it is genuine and
not an error by the committer.

Does the above help? Or, do you need more here?

-- 
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=HygMt9ZhxU=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] gluster-devel ML subscription is broken

2017-11-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208



--- Comment #2 from sumantro  ---
Created attachment 1359835
  --> https://bugzilla.redhat.com/attachment.cgi?id=1359835=edit
with https

-- 
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=6ZBiLTxEao=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] New: gluster-devel ML subscription is broken

2017-11-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208

Bug ID: 1518208
   Summary: gluster-devel ML subscription is broken
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: sumuk...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Created attachment 1359831
  --> https://bugzilla.redhat.com/attachment.cgi?id=1359831=edit
err ss

Description of problem:
The gluster-devel subscription is broken 

Version-Release number of selected component (if applicable):


How reproducible: Always


Steps to Reproduce:
1.Load http://lists.gluster.org/mailman/listinfo/gluster-devel
2.Enter email,name and pass click Subscribe 


Actual results:
You will end up with site not found

Expected results:
should get subscribed or throw me an error

Additional info:

-- 
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=0ULdZTCI37=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] gluster-devel ML subscription is broken

2017-11-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208



--- Comment #3 from M. Scherer  ---
It work for me. Can you give more details like the exact date time of the error
so I can dig in the log more easily ?

-- 
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=KIQcfpTv3R=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] gluster-devel ML subscription is broken

2017-11-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208

Nigel Babu  changed:

   What|Removed |Added

 CC||nig...@redhat.com



--- Comment #1 from Nigel Babu  ---
Can you try starting at
https://lists.gluster.org/mailman/listinfo/gluster-devel

-- 
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=kgpDWb4B6n=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] gluster-devel ML subscription is broken

2017-11-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208

M. Scherer  changed:

   What|Removed |Added

 CC||msche...@redhat.com



--- Comment #5 from M. Scherer  ---
seems to be the blacklist of barracuda we did set up for spam prevention. I see
2 IP geolocated india in the log. 1 in Mumbai, 1 for a mobile phone provider.

-- 
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=6CjuHe2pCA=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] gluster-devel ML subscription is broken

2017-11-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208



--- Comment #4 from sumantro  ---
(In reply to M. Scherer from comment #3)
> It work for me. Can you give more details like the exact date time of the
> error so I can dig in the log more easily ?

2017-11-28 17-56-42

-- 
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=a8XElyq1Ea=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] gluster-devel ML subscription is broken

2017-11-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208



--- Comment #6 from sumantro  ---
(In reply to M. Scherer from comment #5)
> seems to be the blacklist of barracuda we did set up for spam prevention. I
> see 2 IP geolocated india in the log. 1 in Mumbai, 1 for a mobile phone
> provider.

It didnt throw me any error and I was registering with ping2suman...@gmail.com
which is a perfectly okay email address.

-- 
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=YtBoSkNhwX=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] gluster-devel ML subscription is broken

2017-11-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208



--- Comment #8 from sumantro  ---
The network I was trying from is Red Hat Bangalore and Atin also got the same
error when he tried.

-- 
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=WP8xWusSy1=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] gluster-devel ML subscription is broken

2017-11-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208



--- Comment #7 from M. Scherer  ---
Yeah, I think we should work on the error message bit. 

My hope was that it wouldn't show errors messages for regular users, just for
botnet, but I suspect the massive nat done by ISP is not working well with that
plan.

But yes, that's because the IP are in DNS blacklist for spam., no matter what
email you used.

-- 
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=qurKNi0Crt=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] gluster-devel ML subscription is broken

2017-11-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208



--- Comment #10 from sumantro  ---
(In reply to M. Scherer from comment #9)
> Bad :/ 
> 
> Ok, so let's fix that by adding the email manually, and then, I will see
> with IT about that issues, and we will fix it more correctly, is that ok ?
> 
> What lists do you want to be subscribed with that email ?

gluster-devel

-- 
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=BxSTHtfaRQ=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] gluster-devel ML subscription is broken

2017-11-28 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208



--- Comment #11 from sumantro  ---
(In reply to M. Scherer from comment #9)
> Bad :/ 
> 
> Ok, so let's fix that by adding the email manually, and then, I will see
> with IT about that issues, and we will fix it more correctly, is that ok ?

Sounds good! :)
> 
> What lists do you want to be subscribed with that email ?

-- 
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=T6XWtEkwzp=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1366106] Regression jobs vote on the exact patchset

2017-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1366106

Nigel Babu  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |NOTABUG
Last Closed||2017-11-24 04:30:58



--- Comment #2 from Nigel Babu  ---
I've had to think about this and work with Jenkins. There's no easy way to
solve this. So I'm going to close this one.

-- 
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=glamZuub9v=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1434234] [gerrit] rearranging flags at default dashboard in the sequence - S, V, NR, CR and RV

2017-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1434234

Nigel Babu  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX
Last Closed||2017-11-24 05:10:44



--- Comment #2 from Nigel Babu  ---
Gerrit sorts alphabetically. There was once a plan to fix this on Gerrit, but
they realized it's non-trivial and the Gerrit maintainers are no longer
interested in fixing this. I'm closing this bug for now as WONTFIX.

See https://gerrit-review.googlesource.com/c/gerrit/+/60246 for more
information on what happened the last time Gerrit maintainers tried to fix
this.

-- 
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=gwSTv0MahL=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1441183] backups.gluster.org offline

2017-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1441183

Nigel Babu  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |WORKSFORME
Last Closed||2017-11-24 05:11:20



--- Comment #2 from Nigel Babu  ---
This is now back online.

-- 
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=aWr9xd8Xth=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1428047] Require a Jenkins job to validate Change-ID on commits to branches in glusterfs repository

2017-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1428047



--- Comment #16 from Nigel Babu  ---
Can I have an example change and how our test should behave? I think we're
ready to spend some time on this to get this moving.

-- 
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=ZqsEqvAiSL=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1408364] Let' s have failurestat.gluster.org pointing to the same IP as fstat.gluster.org

2017-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1408364

Nigel Babu  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |WORKSFORME
Last Closed||2017-11-24 04:32:08



-- 
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=gnbFnXhN2j=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1419002] Central server for logging

2017-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1419002

Nigel Babu  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WORKSFORME
Last Closed||2017-11-24 04:32:28



--- Comment #6 from Nigel Babu  ---
This is now ready.

-- 
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=ulW528EPpB=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1480507] tests: Pre-requisite setup to run geo-rep test case on regression machines.

2017-11-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480507



--- Comment #18 from M. Scherer  ---
It do work:

[root@slave25 ~]# ssh root@127.0.0.1 id
uid=0(root) gid=0(root) groups=0(root)
context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023

-- 
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=Tp8J2BWzDw=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1516682] builder11 and builder21 seem to be centos6 rather than centos7

2017-11-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1516682



--- Comment #1 from Nigel Babu  ---
I see 21 is now el7, but 11 is still el6.

-- 
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=ykugEmfNeI=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1516198] New: Create jenk...@build.gluster.org and send to /dev/null

2017-11-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1516198

Bug ID: 1516198
   Summary: Create jenk...@build.gluster.org and send to /dev/null
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: nig...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



We just want to make sure that Gerrit doesn't get a lot of failed to send
messages when we close down old reviews.

-- 
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=BBxj5EgiLd=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1516493] Need a new repository for 'gluster-ansible'

2017-11-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1516493

Nigel Babu  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||nig...@redhat.com
 Resolution|--- |CURRENTRELEASE
Last Closed||2017-11-22 21:50:15



-- 
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=AhNB46tLB9=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1512877] Re-build builder0 and builder1 with Centos7 rather than Centos6

2017-11-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1512877

Nigel Babu  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2017-11-23 04:17:52



--- Comment #2 from Nigel Babu  ---
All works well.

-- 
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=n5b7GpJTI2=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1516682] New: builder11 and builder21 seem to be centos6 rather than centos7

2017-11-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1516682

Bug ID: 1516682
   Summary: builder11 and builder21 seem to be centos6 rather than
centos7
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: nig...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Just noticed it when a test failed. I'll take 11 offline (21 isn't connected)

-- 
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=FlFAWgqDY2=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1480507] tests: Pre-requisite setup to run geo-rep test case on regression machines.

2017-11-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480507

M. Scherer  changed:

   What|Removed |Added

  Flags|needinfo?(nig...@redhat.com |
   |)   |
   |needinfo?(mscherer@redhat.c |
   |om) |



--- Comment #16 from M. Scherer  ---
Ok so this was weird.

We have the ssh key in place, in /root/.ss/id_georep, and it work:
[root@slave23 .ssh]# ssh -i id_georep   root@127.0.0.1 id
uid=0(root) gid=0(root) groups=0(root)
context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023

And we have a symlink to the key, so we should use it right away:
[root@slave23 .ssh]# ls -l id_rsa
lrwxrwxrwx. 1 root root 20 Nov  3 17:56 id_rsa -> /root/.ssh/id_georep

But it didn't work.

Turn out that ssh verify the .pub and fail to load the key if it doesn't match.
I am gonna fix this cluster wide.

-- 
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=aVLIKp5jLG=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518093] Jumphost for machines in the cage

2017-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518093

M. Scherer  changed:

   What|Removed |Added

 CC||msche...@redhat.com



--- Comment #1 from M. Scherer  ---
So, I would like to try to get a bit more information on what we plan. Right
now, the builders are on the internal network, and so I need to verify if there
is any risk by giving shell to folks who can then jump on the internal network. 

I am also wondering if we should have some automation regarding wiping the
builder, and pulling the ssh keys from github.

And if we want a bastion, we somehow need some kind of user accounts on the
bastion, so fix the freeipa setup.

-- 
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=2zQzYWH7rL=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518645] New: Do not have permissions for gluster project on github

2017-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518645

Bug ID: 1518645
   Summary: Do not have  permissions for gluster project on github
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: ksubr...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Description of problem:
Even after being a part of gluster org I am not able to add any labels,
reviewers, etc.. in the github for any of the gluster projects.
Github user name: karthik-us

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

-- 
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=vGBDZjLDxh=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1514331] jenkins slave passes tests even though they fail on master locally

2017-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1514331



--- Comment #3 from Worker Ant <bugzilla-...@gluster.org> ---
REVIEW: https://review.gluster.org/18893 (tests: Fix a broken test case) posted
(#1) for review on master by Poornima G

-- 
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=JNsGCb1GdS=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518208] gluster-devel ML subscription is broken

2017-11-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518208



--- Comment #12 from M. Scherer  ---
ok so I did subscribe the email you gave (using :

echo em...@example.org |/usr/lib/mailman/bin/add_members -r - gluster-devel

I am going to see for the IP with IT

-- 
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=AbiWc3mLD4=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1480507] tests: Pre-requisite setup to run geo-rep test case on regression machines.

2017-11-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480507



--- Comment #24 from Nigel Babu  ---
If that is a possibility for the tests, that would be the best way to handle
this. Less security concerns for us.

-- 
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=eu9tgnxeyl=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1518062] New: Need centos7 machine to check tests/basic/afr/ split-brain-favorite-child-policy.t failure

2017-11-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1518062

Bug ID: 1518062
   Summary: Need centos7 machine to check
tests/basic/afr/split-brain-favorite-child-policy.t
failure
   Product: GlusterFS
   Version: mainline
 Component: project-infrastructure
  Assignee: b...@gluster.org
  Reporter: ravishan...@redhat.com
CC: b...@gluster.org, gluster-infra@gluster.org



Description of problem:
$Summary.

http://lists.gluster.org/pipermail/gluster-devel/2017-November/054009.html

Note: The test passes successfully on my f26 laptop and rhel-7.4 (Mapio) VM.

-- 
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=Thxopai7JN=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1488165] Freebsd internal builder do not have the right jenkins password

2017-11-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1488165

Nigel Babu  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||nig...@redhat.com
 Resolution|--- |WORKSFORME
Last Closed||2017-11-26 23:53:42



--- Comment #1 from Nigel Babu  ---
I've set this correctly now.

-- 
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=O1tYVJAn5a=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1480507] tests: Pre-requisite setup to run geo-rep test case on regression machines.

2017-11-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480507



--- Comment #19 from Kotresh HR  ---
Then, why is the following run on machine (slave27.cloud.gluster.org ) failing
with passwordless SSH ?

https://build.gluster.org/job/centos6-regression/7672/console

---

06:16:25 [06:16:30] Running tests in file
./tests/geo-rep/georep-basic-dr-rsync.t

06:16:35 Passwordless ssh login has not been setup with
slave27.cloud.gluster.org for user root.

06:17:36 Geo-replication session between master and
slave27.cloud.gluster.org::slave does not exist.

06:17:36 Geo-replication session between master and
slave27.cloud.gluster.org::slave does not exist.

06:19:37 stat: cannot stat `/mnt/glusterfs/1/hybrid_f1': No such file or
directory

06:19:38 stat: cannot stat `/mnt/glusterfs/1/hybrid_f1': No such file or
directory
-

-- 
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=8BBG9qBapA=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1512427] Move CI jobs starting at 0000 UTC to 1200 UTC

2017-11-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1512427

Nigel Babu  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |CURRENTRELEASE
Last Closed||2017-11-26 23:48:46



--- Comment #1 from Nigel Babu  ---
Fixed:
http://git.gluster.org/cgit/build-jobs.git/commit/?id=432a1d80ddf1f2ed4e2e39ca94464017f52db0af

-- 
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=IQE1Qz1vXl=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1480507] tests: Pre-requisite setup to run geo-rep test case on regression machines.

2017-11-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480507



--- Comment #22 from Nigel Babu  ---
Ah, there's a `from="127.0.0.1"` which should probably be `from-$(hostname)`.
But this needs an ansible fix + misc to look at the security implications. I'll
ping him when he's online.

-- 
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=GXRkpZeRqI=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


[Gluster-infra] [Bug 1480507] tests: Pre-requisite setup to run geo-rep test case on regression machines.

2017-11-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1480507



--- Comment #23 from Kotresh HR  ---
In meantime, I will re-trigger changing the slave host to "127.0.0.1". If it
works, we can live with it for now.

-- 
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=uallnU5TGb=cc_unsubscribe
___
Gluster-infra mailing list
Gluster-infra@gluster.org
http://lists.gluster.org/mailman/listinfo/gluster-infra


<    5   6   7   8   9   10   11   12   13   14   >