Back to bug 1322930
| Who | When | What | Removed | Added |
|---|---|---|---|---|
| Red Hat Bugzilla | 2016-03-31 17:09:22 UTC | Keywords | FutureFeature | |
| Flags | needinfo? | |||
| Flags | needinfo+ | |||
| Doc Type | Bug Fix | Enhancement | ||
| Eric Sandeen | 2016-03-31 18:58:43 UTC | Flags | needinfo+ | |
| Flags | needinfo? | |||
| Group | private | |||
| Flags | needinfo? | |||
| Sub Component | File Systems XFS | |||
| Component | xfsdump | kernel | ||
| Assignee | esandeen | fs-maint | ||
| Eric Sandeen | 2016-03-31 19:01:03 UTC | CC | esandeen | |
| Leonardo Menezes Vaz | 2016-04-04 18:24:28 UTC | CC | lvaz | |
| Eric Sandeen | 2016-05-11 23:04:15 UTC | Group | private | |
| Pat Riehecky | 2016-05-12 14:02:34 UTC | CC | riehecky | |
| Pat Riehecky | 2016-05-12 14:03:25 UTC | CC | csieh, misterbonnie | |
| Zorro Lang | 2016-10-25 02:48:29 UTC | CC | zlang | |
| Chris Williams | 2016-10-25 15:31:41 UTC | Blocks | 1298243 | |
| Dave Wysochanski | 2016-11-29 15:46:13 UTC | CC | dwysocha | |
| Blocks | 1385242 | |||
| Summary | Allow xfs_admin to modify labels on mounted filesystem | [RFE] Allow xfs_admin to modify labels on mounted filesystem | ||
| Eryu Guan | 2016-11-29 15:48:13 UTC | CC | eguan | |
| QA Contact | fs-qe | zlang | ||
| Mark Thacker | 2016-11-30 21:25:58 UTC | CC | mthacker | |
| Steve Whitehouse | 2016-12-09 12:29:29 UTC | Priority | unspecified | low |
| CC | swhiteho | |||
| Blocks | 1385242 | |||
| Chris Van Hoof | 2017-07-21 14:26:43 UTC | Blocks | 1473733 | |
| Dave Wysochanski | 2017-07-25 18:28:12 UTC | Flags | needinfo?(swhiteho) | |
| Chris Van Hoof | 2017-08-04 16:00:15 UTC | Blocks | 1473733 | |
| Frantisek Sumsal | 2017-08-22 08:05:36 UTC | CC | fsumsal | |
| Murphy Zhou | 2017-11-14 02:42:35 UTC | CC | xzhou | |
| PnT Account Manager | 2018-03-05 19:51:58 UTC | CC | eguan | |
| Dave Wysochanski | 2018-03-29 20:35:51 UTC | Blocks | 1477664, 1546181 | |
| Eric Sandeen | 2018-04-03 02:18:52 UTC | Assignee | fs-maint | esandeen |
| Eric Sandeen | 2018-04-03 02:20:06 UTC | Flags | needinfo?(swhiteho) | |
| Chris Williams | 2018-04-17 13:50:08 UTC | Blocks | 1546815 | |
| Eric Sandeen | 2018-05-22 19:09:56 UTC | Status | NEW | POST |
| Summary | [RFE] Allow xfs_admin to modify labels on mounted filesystem | [RFE] Allow xfs to modify labels on mounted filesystem | ||
| Eric Sandeen | 2018-05-31 22:51:22 UTC | Blocks | 1584912 | |
| Bruno Meneguele | 2018-06-22 23:17:57 UTC | Status | POST | MODIFIED |
| Bruno Meneguele | 2018-06-22 23:43:07 UTC | Fixed In Version | kernel-3.10.0-914.el7 | |
| errata-xmlrpc | 2018-06-22 23:44:08 UTC | Status | MODIFIED | ON_QA |
| PnT Account Manager | 2018-07-10 21:32:35 UTC | CC | lvaz | |
| Marek Suchánek | 2018-08-07 17:32:17 UTC | Docs Contact | msuchane | |
| Flags | needinfo?(esandeen) | |||
| Eric Sandeen | 2018-08-07 17:38:47 UTC | Flags | needinfo?(esandeen) | |
| Marek Suchánek | 2018-08-09 16:26:49 UTC | Doc Text | XFS now supports modifying labels on mounted file systems You can now modify the label attribute of mounted XFS file systems using the *xfs_io* utility: # xfs_io -c "label new-label" /mount-point Previously, the file system had to be unmounted before modifying the label. |
|
| Marek Suchánek | 2018-08-09 17:47:22 UTC | Doc Text | XFS now supports modifying labels on mounted file systems You can now modify the label attribute of mounted XFS file systems using the *xfs_io* utility: # xfs_io -c "label new-label" /mount-point Previously, the file system had to be unmounted before modifying the label. | XFS now supports modifying labels on mounted file systems You can now modify the label attribute of mounted XFS file systems using the *xfs_io* utility: # xfs_io -c "label new-label" /mount-point Previously, it was only possible to modify labels on unmounted file systems using the *xfs_admin* utility, which is still supported. |
| Marek Suchánek | 2018-08-20 12:21:53 UTC | Doc Type | Enhancement | Release Note |
| Zorro Lang | 2018-08-21 07:47:15 UTC | Status | ON_QA | VERIFIED |
| errata-xmlrpc | 2018-10-30 00:26:03 UTC | Status | VERIFIED | RELEASE_PENDING |
| errata-xmlrpc | 2018-10-30 08:10:33 UTC | Status | RELEASE_PENDING | CLOSED |
| Resolution | --- | ERRATA | ||
| Last Closed | 2018-10-30 04:10:33 UTC | |||
| Marek Suchánek | 2019-04-04 15:52:29 UTC | Doc Text | XFS now supports modifying labels on mounted file systems You can now modify the label attribute of mounted XFS file systems using the *xfs_io* utility: # xfs_io -c "label new-label" /mount-point Previously, it was only possible to modify labels on unmounted file systems using the *xfs_admin* utility, which is still supported. | XFS now supports modifying labels on mounted file systems You can now modify the label attribute of mounted XFS file systems using the *xfs_io* utility: # xfs_io -c "label -s new-label" /mount-point Previously, it was only possible to modify labels on unmounted file systems using the *xfs_admin* utility, which is still supported. |
| Lenka Špačková | 2019-04-04 18:01:47 UTC | Doc Text | XFS now supports modifying labels on mounted file systems You can now modify the label attribute of mounted XFS file systems using the *xfs_io* utility: # xfs_io -c "label -s new-label" /mount-point Previously, it was only possible to modify labels on unmounted file systems using the *xfs_admin* utility, which is still supported. | XFS now supports modifying labels on mounted file systems You can now modify the label attribute of mounted XFS file systems using the *xfs_io* utilit # xfs_io -c "label -s new-label" /mount-point Previously, it was only possible to modify labels on unmounted file systems using the *xfs_admin* utility, which is still supported. |
| Sean M. Brannon | 2020-03-24 08:09:48 UTC | CC | smbrannon1 |
Back to bug 1322930