configuration icon indicating copy to clipboard operation
configuration copied to clipboard

enable rpc service for devstacks

Open estute opened this issue 8 years ago • 4 comments

Starting with Ficus (first devstack to run Xenial and therefore defaulting to use systemd for init), I have run into multiple FS locks when running tests (while locally running a host system running systemd).

@edx/devops I would like your opinion: Should this be something contained within the play, or instructions for Linux users? CC @benpatterson

estute avatar Feb 09 '17 17:02 estute

This seems fine to me, but I would want to be sure from @nedbat and @gsong that it's either a no-op or a benefit for OS-X users.

jibsheet avatar Feb 09 '17 19:02 jibsheet

@estute @jibsheet Is there some way to test this change on OS X/macOS?

gsong avatar Feb 10 '17 13:02 gsong

@gsong I'd probably just take a normal ficus devstack running on an OS-X host and run the systemctl task his play does and then see if tests are better/worse. Stu can speak to which suites were breaking on him (python or bokchoy, I assume bokchoy).

jibsheet avatar Feb 10 '17 21:02 jibsheet

@gsong I was seeing this when running the bokchoy servers. Running "paver test_bokchoy --serversonly" was causing an fslock conflict

estute avatar Feb 10 '17 21:02 estute