Skip to content

Commit

Permalink
add raid5/6 warning to Resize pool - Modify raid level label rockstor…
Browse files Browse the repository at this point in the history
…#1372

As per 24th June 2016 btrfs wiki changes:
raid5/6 not production-ready
  • Loading branch information
phillxnet committed Jul 6, 2016
1 parent 482a475 commit f8be650
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<form id="raid-change-form">
<div class="row">
<div class="form-group col-md-4">
<label for="raid-level">Select a new raid level</label>
<label for="raid-level">Select a new raid level<br>raid5 & raid6 are not production-ready</label>
<select id="raid-level" name="raid-level" class="form-control">
<option value="">Select a new raid level</option>
{{display_raid_levels}}
Expand Down

0 comments on commit f8be650

Please sign in to comment.