Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
Lustre 1.8.6
-
None
-
3
-
24,488
-
5063
Description
The patch from bugzilla ticket 21174 helped to support sparse OSTs indexes by skipping holes in lov->lov_tgts[i].
However, it is still not sufficient for permanently deactivated OSTs which have lov_tgts[i]->ltd_active = 0 and imp->imp_deactive = 1.
Checking for lov->lov_tgts[i]->ltd_activate should do the trick. A new regression test would also be welcomed.
Attachments
Issue Links
- Trackbacks
-
Lustre 1.8.x known issues tracker While testing against Lustre b18 branch, we would hit known bugs which were already reported in Lustre Bugzilla https://bugzilla.lustre.org/. In order to move away from relying on Bugzilla, we would create a JIRA
Landed for 1.8.6 and 2.1 so can mark as resolved