commit | a1e0eb0355880883715303fd8a189672bca9fc7a | [log] [tgz] |
---|---|---|
author | John Edward Broadbent <jebr@google.com> | Tue Mar 15 13:05:01 2022 -0700 |
committer | John Edward Broadbent <jebr@google.com> | Thu Mar 17 17:16:01 2022 -0700 |
tree | c5d945fcce32a20c63ae59059ec29756a5288666 | |
parent | 82897c35761f505c2b881f72c61f726f7d562692 [diff] |
Change DBus path from storage to inventory bmcweb only searches for drive in the inventory. If we want bmcweb to find and treat the eMMC like drive, we must change this path. It would be possible to change how bmcweb find drives. See below: https://github.com/openbmc/bmcweb/blob/master/redfish-core/lib/storage.hpp#L561 Tested: Ran on real machine and verified the path was correct. Change-Id: Ibba9d144f4d141fdad358da1e43db6d871d6d013 Signed-off-by: John Edward Broadbent <jebr@google.com>
This daemon serves as an abstraction for an encrypted storage device, encapsulating the security functionality and providing a D-Bus interface to manage the encrypted filesystem on the device. Using the D-Bus interface, other software components can interact with eStoraged to do things like create a new encrypted filesystem, wipe its contents, lock/unlock the device, or change the password.