4b802c47b5
This patch is adding a new command called sync to the standby module of IPA. The new command runs synchronously and it's responsible for flushing file system buffers to the disks. The initial intention for this command is to use it as part of the fix for the bug #1512492 where some hardware/firmwares do have problems to come back online after a soft ACPI power off, therefore we need to call sync() to make sure all file system buffers have been synced and then issue a hard power off (e.g via the BMC). Partial-Bug: #1512492 Change-Id: I5cd1d1b821426e995dc584452494b93ab23917e0
6 lines
172 B
YAML
6 lines
172 B
YAML
---
|
|
features:
|
|
- Add a new sync() command to the standby extension. When invoked,
|
|
the new command is responsible for flushing the file system buffers
|
|
to the disk.
|