[SOLVED] OSD Encryption

bensode

Member
Jan 9, 2019
61
4
13
54
Harrisburg, PA
Hi guys I notice that OSD encryption is available under create OSD. Is there any mechanism to show which OSDs are encrypted in the UI or command line? I made some encrypted and some non-encrypted to gauge performance but unable to differentiate which are which.
 
the info is available via api for each node (not yet on the global osd overview, but we want to put it there some time) via

pvesh get /nodes/NODENAME/disks/list --output-format json-pretty

the osds have a flag 'osdencrypted' which is either 0 or 1
 
  • Like
Reactions: bgabika and bensode