mirror of
https://github.com/unraid/webgui.git
synced 2026-05-03 16:29:45 -05:00
TRIM: code optimization
This commit is contained in:
@@ -72,7 +72,6 @@ foreach ($mounts as $mount) {
|
||||
write("$target: ... <i class='fa fa-spin fa-circle-o-notch'></i>\r");
|
||||
write(exec("fstrim -v $target 2>/dev/null")." on $source\r","\n");
|
||||
}
|
||||
|
||||
// trim zfs
|
||||
zfs_trim(true);
|
||||
write(_("Finished")."\n",'_DONE_','');
|
||||
|
||||
Reference in New Issue
Block a user