Skip to content

Commit

Permalink
Suppress nfs' file protocol from being published
Browse files Browse the repository at this point in the history
The dcache-info-provider publishes all doors as endpoints by default. A
couple of doors are already configured to be excluded from this, but the
nfs door isn't and causes an file://xyz/ endpoint to be published.

Ticket: 8365
Acked-by:
Target: master
Request: 2.9
Request: 2.6
Request: 2.2
Require-book: no
Require-notes: yes
  • Loading branch information
Karsten Schwank committed Jun 25, 2014
1 parent ade506e commit 5da93bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skel/share/info-provider/glue-1.3-defn.xml
Expand Up @@ -77,6 +77,11 @@
<lookup path="d:protocol/d:metric[@name='family']"/>
</suppress>

<!-- Don't publish any nfs doors -->
<suppress test="file">
<lookup path="d:protocol/d:metric[@name='family']"/>
</suppress>

<!-- Uncomment the next section to suppress publishing gsidcap -->
<!--
<suppress test="gsidcap">
Expand Down

0 comments on commit 5da93bb

Please sign in to comment.