Projects
Eulaceura:Factory
mdadm
_service:obs_scm:0012-Manage-do-not-check-array...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:0012-Manage-do-not-check-array-state-when-drive-is-remove.patch of Package mdadm
From b3e7b7eb1dfedd7cbd9a3800e884941f67d94c96 Mon Sep 17 00:00:00 2001 From: Kinga Tanska <kinga.tanska@intel.com> Date: Tue, 27 Dec 2022 06:50:42 +0100 Subject: [PATCH] Manage: do not check array state when drive is removed Array state doesn't need to be checked when drive is removed, but until now clean state was required. Result of the is_remove_safe() function will be independent from array state. Signed-off-by: Kinga Tanska <kinga.tanska@intel.com> Signed-off-by: Jes Sorensen <jes@trained-monkey.org> --- Manage.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Manage.c b/Manage.c index 594e3d2c..4d6e54b1 100644 --- a/Manage.c +++ b/Manage.c @@ -1321,8 +1321,7 @@ bool is_remove_safe(mdu_array_info_t *array, const int fd, char *devname, const sysfs_free(mdi); bool is_enough = enough(array->level, array->raid_disks, - array->layout, (array->state & 1), - avail); + array->layout, 1, avail); free(avail); return is_enough; -- 2.33.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2