-
Notifications
You must be signed in to change notification settings - Fork 697
Open
Description
When trying to set hostid with 128 bits value using SetFeature,
The command parser will stop the int128 bit value with
nvme_cli set-feature <disk_path> --feature_id=0x81 --value=123456789012345678901234567890123456789
Expected long suffixed integer argument for 'value' but got '123456789012345678901234567890123456789!
Line 3234 in cf29338
| nvme_show_error("Expected long suffixed integer argument for '%s-si' but got '%s'!", |
Can someone help me understand as the hostid is supporting 128bits value, but how to set the host id with 128bit in the first place if the Set Feature command cannot take >int64 values?
Metadata
Metadata
Assignees
Labels
No labels