|
| 1 | +HTML header: <title>dCache 11.2 Release Notes</title> |
| 2 | + <!--#include virtual="/template/default-head.shtml" --> |
| 3 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
| 4 | + <!-- Bootstrap --> |
| 5 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" |
| 6 | + integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"/> |
| 7 | + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap-theme.min.css" |
| 8 | + integrity="sha384-fLW2N01lMqjakBkx3l/M9EahuwpSfeNvV63J5ezn3uZzapT0u7EYsXMjQV+0En5r" crossorigin="anonymous"/> |
| 9 | + <!--link type="text/css" rel="stylesheet" href="jquery.tocify.css" /--> |
| 10 | + <style type="text/css"> |
| 11 | + h5 { |
| 12 | + font-size: 15px; |
| 13 | + font-style: italic; |
| 14 | + margin-top: 20px; |
| 15 | + } |
| 16 | + body { |
| 17 | + padding-top: 20px; |
| 18 | + } |
| 19 | + @media (max-width: 767px) { |
| 20 | + #toc { |
| 21 | + position: relative; |
| 22 | + width: 100%; |
| 23 | + margin: 0px 0px 20px 0px; |
| 24 | + } |
| 25 | + } |
| 26 | + @media print { |
| 27 | + #toc { |
| 28 | + display: none; |
| 29 | + } |
| 30 | + } |
| 31 | + </style> |
| 32 | + |
| 33 | +<div class="container"> |
| 34 | +<div id="banner"> |
| 35 | + <div id="bird_large"> |
| 36 | + <img src="/images/dcache-banner.png" class="bird"></img> |
| 37 | + </div> |
| 38 | + <div id="sidebar-b"> |
| 39 | + <span class="dcache-nav-bar"> |
| 40 | + <a href="/index.shtml">home</a> |
| 41 | + | |
| 42 | + <a href="/news.shtml">news</a> |
| 43 | + | |
| 44 | + <a href="/manuals/index.shtml">documentation</a> |
| 45 | + | |
| 46 | + <a href="/downloads/IAgree.shtml">downloads</a> |
| 47 | + | |
| 48 | + <a href="/feedback.shtml">feedback</a> |
| 49 | + | |
| 50 | + <a href="/manuals/googlesearch.shtml">search</a> |
| 51 | + | |
| 52 | + <a href="/imprint.shtml">imprint </a> |
| 53 | + </span> |
| 54 | + </div> |
| 55 | +</div> |
| 56 | +<div id="content"> |
| 57 | + |
| 58 | +<div class="row"> |
| 59 | + |
| 60 | +<div class="page-header"> |
| 61 | +<h1>What's new in dCache 11.2<br/> |
| 62 | +<small>Release notes</small></h1> |
| 63 | +</div> |
| 64 | + |
| 65 | +## Highlights |
| 66 | + |
| 67 | + |
| 68 | +## Incompatibilities |
| 69 | + |
| 70 | +- Xrootd PrepareRequest will return `Unsupported` |
| 71 | + |
| 72 | +## Acknowledgments |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | +## Release 11.2.0 |
| 77 | + |
| 78 | +### Admin |
| 79 | + |
| 80 | +### Chimera |
| 81 | + |
| 82 | +### Cleaner |
| 83 | + |
| 84 | +### DCAP |
| 85 | + |
| 86 | +### gplazma |
| 87 | + |
| 88 | +### httpd |
| 89 | + |
| 90 | +### Monitoring |
| 91 | + |
| 92 | + |
| 93 | +### Pool |
| 94 | + |
| 95 | +### Xrootd |
| 96 | + |
| 97 | +Up to version 11.2.0 on Xrootd request `prepare`, which supped to trigger staging, dCache will |
| 98 | +respond with OK without performing any actions. Thus, any access to a file on tape will trigger |
| 99 | +stage and potentially block. This behavior is now change, so that `prepare` request will fail with |
| 100 | +error `Unsupported`. The users who need staging should use TAPE-REST-API. |
| 101 | + |
| 102 | + |
| 103 | +### Changelog from 11.0.0 to 11.1.0 |
| 104 | + |
| 105 | +<!-- git log 11.1..11.2 -no-merges -format='[%h](https://github.com/dcache/dcache/commit/%H)%n: %s%n' --> |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | +</div> |
| 111 | +</div> |
| 112 | +</div> |
| 113 | + |
| 114 | +<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" type="text/javascript"></script> |
| 115 | +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" |
| 116 | + integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script> |
| 117 | + |
| 118 | +<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js" type="text/javascript"></script> |
0 commit comments