Allow a user to set a serial number of a controller in configfs in order to
have persistent serials that survive a reboot of the target.
Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
class UISubsystemNode(UINode):
ui_desc_attr = {
'allow_any_host': ('string', 'Allow access by any host if set to 1'),
+ 'serial': ('string', 'Export serial number to hosts'),
}
def __init__(self, parent, cfnode):