Add (empty) upgrading section for 2.3.2
[arvados.git] / doc / admin / upgrading.html.textile.liquid
index 39d9b79a7a545bbb1f2bc8b86cfb569b0955e2bc..c409b6f32ba4b8a5085200fd370d0c4ce8fb599c 100644 (file)
@@ -35,10 +35,20 @@ TODO: extract this information based on git commit messages and generate changel
 <div class="releasenotes">
 </notextile>
 
+h2(#v2_3_2). v2.3.2 (2021-12-09)
+
+"previous: Upgrading to 2.3.1":#v2_3_1
+
+There are no changes requiring special attention in this version.
+
 h2(#v2_3_1). v2.3.1 (2021-11-19)
 
 "previous: Upgrading to 2.3.0":#v2_3_0
 
+h3. Default LSF arguments have changed
+
+If you use LSF and your configuration specifies @Containers.LSF.BsubArgumentsList@, you should update it to include the new arguments (@"-R", "select[mem>=%MMB]", ...@, see "configuration reference":{{site.baseurl}}/admin/config.html). Otherwise, containers that are too big to run on any LSF host will remain in the LSF queue instead of being cancelled.
+
 h3. Previously trashed role groups will be deleted
 
 Due to a bug in previous versions, the @DELETE@ operation on a role group caused the group to be flagged as trash in the database, but continue to grant permissions regardless. After upgrading, any role groups that had been trashed this way will be deleted. This might surprise some users if they were relying on permissions that were still in effect due to this bug. Future @DELETE@ operations on a role group will immediately delete the group and revoke the associated permissions.