From 94dbd7ba894de91446b355a0320b526aaa8314b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Drago=C8=99-Iulian=20ARGINT?= Date: Wed, 24 Apr 2024 00:16:05 +0300 Subject: [PATCH] Documentation: Update Assignment 3 deadline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: DragoČ™-Iulian ARGINT --- Documentation/teaching/so2/assign3-software-raid.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Documentation/teaching/so2/assign3-software-raid.rst b/Documentation/teaching/so2/assign3-software-raid.rst index 12a7e01fc3d813..e0b574a8b0d298 100644 --- a/Documentation/teaching/so2/assign3-software-raid.rst +++ b/Documentation/teaching/so2/assign3-software-raid.rst @@ -2,8 +2,7 @@ Assignment 3 - Software RAID =========================== -- Deadline: :command:`Monday, 15 May 2023, 23:00` -- This assignment can be made in teams (max 2). Only one of them must submit the assignment, and the names of the student should be listed in a README file. +- Deadline: :command:`Thursday, 16 May 2024, 23:59` Implementing a software RAID module that uses a logical block device that will read and write data from two physical devices, ensuring the consistency and synchronization of data from the two physical devices. The type of RAID implemented will be similar to a `RAID 1`.