From 002a43ea7e7821ca386e509caffea87f278462a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz>
Date: Tue, 19 Sep 2023 16:47:16 +0200
Subject: [PATCH] Update resources-allocation-policy.md - remove legacy queues

---
 docs.it4i/general/resources-allocation-policy.md | 14 +-------------
 1 file changed, 1 insertion(+), 13 deletions(-)

diff --git a/docs.it4i/general/resources-allocation-policy.md b/docs.it4i/general/resources-allocation-policy.md
index c16880604..411c3e461 100644
--- a/docs.it4i/general/resources-allocation-policy.md
+++ b/docs.it4i/general/resources-allocation-policy.md
@@ -16,7 +16,7 @@ Computational resources are subject to [accounting policy][7].
     Queues are divided based on a resource type: `qcpu_` for non-accelerated nodes and `qgpu_` for accelerated nodes. <br><br>
     On the Karolina's `qgpu` queue, **you can allocate 1/8 of the node - 1 GPU and 16 cores**. <br><br>
 
-### New Queues
+### Queues
 
 | <div style="width:86px">Queue</div>| Description |
 | -------------------------------- | ----------- |
@@ -32,18 +32,6 @@ Computational resources are subject to [accounting policy][7].
 | `qfat`                           | Queue for fat node, PI must request authorization to enter the queue for all users associated to their project. |
 | `qviz`                           | Visualization queue Intended for pre-/post-processing using OpenGL accelerated graphics. Each user gets 8 cores of a CPU allocated (approx. 64 GB of RAM and 1/8 of the GPU capacity (default "chunk")). If more GPU power or RAM is required, it is recommended to allocate more chunks (with 8 cores each) up to one whole node per user. This is currently also the maximum allowed allocation per one user. One hour of work is allocated by default, the user may ask for 2 hours maximum. |
 
-### Legacy Queues
-
-Legacy queues stay in production until early 2023.
-
-| Legacy queue | Replaced by               |
-| ------------ | ------------------------- |
-| `qexp`       | `qcpu_exp` & `qgpu_exp`   |
-| `qprod`      | `qcpu`                    |
-| `qlong`      | `qcpu_long`               |
-| `nvidia`     | `qgpu` Note that unlike in new queues, only full nodes can be allocated. |
-| `qfree`      | `qcpu_free` & `qgpu_free` |
-
 See the following subsections for the list of queues:
 
 * [Karolina queues][5]
-- 
GitLab