717a718,724 > > // If the uuid is all-F's, then the device is in restore mode. > // Substitute the tail characters with the device-id so that clients can refer to multiple restore mode devices > if ( 0 == strcasecmp(newlist[dev_cnt].uuid, "ffffffffffffffffffffffffffffffffffffffff") ) { > sprintf(newlist[dev_cnt].uuid + 24, "%016x", dev_info->device_id); > } >