Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ Shut it down by gracefully killing the process. ### Startup and shutdown scripts The scripts are located in `scripts/{startup_adafs.py, shutdown_adafs.py}`. Use the -h argument for their usage. The scripts are located in `scripts/{startup_gkfs.py, shutdown_gkfs.py}`. Use the -h argument for their usage. ## Miscellaneous Loading scripts/shutdown_adafs.py→scripts/shutdown_gkfs.py +0 −0 File moved. View file scripts/startup_adafs.py→scripts/startup_gkfs.py +2 −2 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ def init_system(daemon_path, rootdir, metadir, mountdir, nodelist, cleanroot, nu if not err: print('pssh daemon launch successfully executed. Checking for FS startup errors ...\n') else: print('[ERR] with pssh. Aborting. Please run shutdown_adafs.py to shut down orphan daemons!') print('[ERR] with pssh. Aborting. Please run shutdown_gkfs.py to shut down orphan daemons!') exit(1) if not PRETEND: Loading Loading @@ -160,7 +160,7 @@ def init_system(daemon_path, rootdir, metadir, mountdir, nodelist, cleanroot, nu if not err and not fs_err: print('pssh logging check successfully executed. Looks prime.') else: print('[ERR] while checking fs logs. Aborting. Please run shutdown_adafs.py to shut down orphan daemons!') print('[ERR] while checking fs logs. Aborting. Please run shutdown_gkfs.py to shut down orphan daemons!') exit(1) Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -117,7 +117,7 @@ Shut it down by gracefully killing the process. ### Startup and shutdown scripts The scripts are located in `scripts/{startup_adafs.py, shutdown_adafs.py}`. Use the -h argument for their usage. The scripts are located in `scripts/{startup_gkfs.py, shutdown_gkfs.py}`. Use the -h argument for their usage. ## Miscellaneous Loading
scripts/startup_adafs.py→scripts/startup_gkfs.py +2 −2 Original line number Diff line number Diff line Loading @@ -124,7 +124,7 @@ def init_system(daemon_path, rootdir, metadir, mountdir, nodelist, cleanroot, nu if not err: print('pssh daemon launch successfully executed. Checking for FS startup errors ...\n') else: print('[ERR] with pssh. Aborting. Please run shutdown_adafs.py to shut down orphan daemons!') print('[ERR] with pssh. Aborting. Please run shutdown_gkfs.py to shut down orphan daemons!') exit(1) if not PRETEND: Loading Loading @@ -160,7 +160,7 @@ def init_system(daemon_path, rootdir, metadir, mountdir, nodelist, cleanroot, nu if not err and not fs_err: print('pssh logging check successfully executed. Looks prime.') else: print('[ERR] while checking fs logs. Aborting. Please run shutdown_adafs.py to shut down orphan daemons!') print('[ERR] while checking fs logs. Aborting. Please run shutdown_gkfs.py to shut down orphan daemons!') exit(1) Loading