Message ID | 153067989145.28393.919913817035657015.stgit@magnolia (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/common/repair b/common/repair index 6bbaffbe..c94939c9 100644 --- a/common/repair +++ b/common/repair @@ -81,6 +81,7 @@ s/(superblock) (\d+)/\1 AGNO/; s/(AG \#)(\d+)/\1AGNO/; s/(reset bad sb for ag) (\d+)/\1 AGNO/; s/(unknown block state, ag )(\d+)(, block )(\d+)/\1AGNO\3AGBNO/; +/^Note - quota info will be regenerated on next quota mount.$/ && next; print;' }