Problem/Opportunity
|
Requires=wpeframework.service wpeframework-persistentstore.service |
|
After=wpeframework.service wpeframework-persistentstore.service |
sharedstorage when activates queries interfaces of persistentstore and cloudstore. As there's no ordering between sharedstorage and cloudstore in services, or other ways, it is a race condition. If sharedstorage activates before cloudstore, it will query null, and return ERROR_NOT_SUPPORTED when used.
Steps to reproduce
No response
Expected Behavior
wpeframework-sharedstorage.service should start after wpeframework-cloudstore.service
Actual Behavior
Race condition
Notes (Optional)
No response