Get desktop application:
View/edit binary Protocol Buffers messages
This service can return generic information
FindVersion Method gets the version information of the NDM components installed
Name method is used find the name of the node on which NDM is running on
ListBlockDevices method is used to return all the block devices found in hierarchy by NDM
ISCSIStatus method returns status of ISCSI
ListBlockDeviceDetails method is used to find SMART info about a block device. Only the name field is required for input
SetHugepages sets 2MB hugePages on this node. Note: Calling this method doesn't guarantee that the said number of pages will be set. This is because OS might not have the demanded memory. It would be best to check if this is satisfied with GetHugePages
GetHugepages gets the number of huge pages set on the node
Rescan syncs etcd and NDM's local state
Used as request type in: Node.ListBlockDeviceDetails
Used as field type in:
Type can be Disk, Loop, LVM, etc
Other fields about disk can be added here
Used as request type in: Node.SetHugepages
Used as response type in: Node.GetHugepages
Intentionally empty
Used as request type in: Info.FindVersion, Node.GetHugepages, Node.ISCSIStatus, Node.ListBlockDevices, Node.Name, Node.Rescan
(message has no fields)