sapling/eden/cli
Adam Simpkins 3d27bdca1b improve behavior of "eden restart"
Summary:
Update `eden restart` to explain that the restart will be disruptive when
performing a full restart, and prompt the user for confirmation.  This prompt
can be overridden with the `--force` option.  Also print more messaging after
the restart completes telling users what to do if they see "Transport endpoint
not connected" errors from programs still using the old mount points.

This also updates `eden restart` to more carefully handle cases where there is
an existing edenfs daemon running but it is not fully healthy.

Reviewed By: wez

Differential Revision: D8731004

fbshipit-source-id: 05762187b47057b2930d0a6b71b0a6fdbd4aa7e5
2018-07-11 19:05:32 -07:00
..
test refactor the "eden doctor" command 2018-06-25 21:06:19 -07:00
buck.py refactor and split out some cli functions 2018-05-10 13:49:44 -07:00
cmd_util.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00
config.py have "eden clone" create a README file for unmounted checkouts 2018-06-26 21:06:42 -07:00
configinterpolator.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00
daemon.py update the CLI to make use of edenfs daemonization 2018-06-26 12:07:08 -07:00
debug.py avoid calling getcwd() during parser setup 2018-07-11 17:51:55 -07:00
doctor.py refactor the "eden doctor" command 2018-06-25 21:06:19 -07:00
filesystem.py Eden doctor should check that bind mounts in the config are mounted 2018-06-20 18:07:41 -07:00
main.py improve behavior of "eden restart" 2018-07-11 19:05:32 -07:00
mtab.py Eden doctor should check that bind mounts in the config are mounted 2018-06-20 18:07:41 -07:00
rage.py Eden doctor should check that bind mounts in the config are mounted 2018-06-20 18:07:41 -07:00
stats_print.py Reformat already opted in directories with Black Beta @allow-large-files 2018-05-18 23:07:24 -07:00
stats.py Provide real-time values for memory statistics 2018-06-21 15:51:51 -07:00
stdout_printer.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
subcmd.py Upgrade to 18.5b1 2018-05-30 01:11:47 -07:00
util.py improve behavior of "eden restart" 2018-07-11 19:05:32 -07:00
version.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00