Skip to content

Commit

Permalink
Publish refs/pull/392/merge
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 24, 2024
1 parent b74e6e5 commit 851cbb2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ Assignment 3 - Software RAID
===========================

- Deadline: :command:`Thursday, 16 May 2024, 23:59`
- 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.

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`.
Expand Down
2 changes: 1 addition & 1 deletion refs/pull/392/merge/searchindex.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion refs/pull/392/merge/so2/assign3-software-raid.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@
<h1>Assignment 3 - Software RAID<a class="headerlink" href="#assignment-3-software-raid" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li>Deadline: <strong class="command">Thursday, 16 May 2024, 23:59</strong></li>
<li>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.</li>
</ul>
<p>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 <cite>RAID 1</cite>.</p>
Expand Down

0 comments on commit 851cbb2

Please sign in to comment.