Actions
Bug #9636
closedloader: colon is not supported in zfs dataset name
Start date:
2018-07-01
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
The zfs reader code needs to use strrchr() to parse device name, so the name could contain the colon.
FreeBSD change: https://reviews.freebsd.org/D16068
Also the beadm.4th script needs update to use similar idea.
Updated by Electric Monk over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 6f01cc523b60037ee932665003f61f7fc34735e2
commit 6f01cc523b60037ee932665003f61f7fc34735e2 Author: Toomas Soome <tsoome@me.com> Date: 2018-08-06T19:38:36.000Z 9636 loader: colon is not supported in zfs dataset name Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions