This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
A component designed to check the lifecycle status of persistent data
License
GENIVI/persistence-health-monitor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
---------------------------- How to build ---------------------------- The Persistence Healt Monitor component uses automake to build the library. Execute the following steps in order to build the component * autoreconf –vi * configure * make ---------------------------- How to test ---------------------------- Currently no automatic test have been implemented. Use the dbus send commands to test the functionality of the Persistence Health Monitor. Adjust the parameters like the partition to your environment: dbus-send --system --type=method_call --dest=org.genivi.persistence.health /org/genivi/persistence/health org.genivi.persistence.health.fsCheck string:'ext3' string:'/dev/sdb' dbus-send --system --type=method_call --dest=org.genivi.persistence.health /org/genivi/persistence/health org.genivi.persistence.health.createPartition string:'ext4' string:'/dev/sdb' dbus-send --system --type=method_call --dest=org.genivi.persistence.health /org/genivi/persistence/health org.genivi.persistence.health.fsCheckAndRecover string:'ext4' string:'/dev/sdb' dbus-send --system --type=method_call --dest=org.genivi.persistence.health /org/genivi/persistence/health org.genivi.persistence.health.mount string:'ext4' string:'/dev/sdb' dbus-send --system --type=method_call --dest=org.genivi.persistence.health /org/genivi/persistence/health org.genivi.persistence.health.umount string:'ext4' string:'/dev/sdb'
About
A component designed to check the lifecycle status of persistent data
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published