Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Łukasz Nowak
slapos.package
Commits
46ce395a
Commit
46ce395a
authored
12 years ago
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More efficient way to make sure all instances are started again after reboot
parent
d008f5fd
master
Arch
add-luke-keys
cygwin
cygwin-core1.0-offline
drop_var_prompt
erp5-show-check-zope
etckeeper
feature/centos-7-only
feature/centos-7.4-tuning
feature/debian-9-vm-bootstrap
feature/diff-playbook-cleanup
feature/diff-playbook-mktemp
feature/erp5-basic
feature/erp5-common-vars
feature/erp5-default
feature/erp5-standalone-offline
feature/playbook-rapid.space-vps-tiogapass
feature/playbook-test
feature/qemu-path-env
feature/repo-folder
feature/rpm_1.0.65.1
feature/slapos-proxy-offline-capability
feature/use_shacache_centos_7
feature/wendelin-like-erp5
fix/default-kbd
fix/new-slapos-software-type
fix/obs-packer-fedora-build
fix/playbook-standalone-shared-role-vars
fix/scoreboard-full
fix/slapos-ansible
logging
no-fw
playbook-debian9-gcc4.9
playbook-re6stnet-re6st-prompt
playbook-slapos-master-standalone-fix
playbook-slapos-master-url-prompt
playbook-slapos-proxy
re6st
re6stnet-switch
repo-install-sh-improvements
slapos-master-debian-stretch
support-various-erp5-standalone
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0
1.0a7
1.0a5
1.0a2
0.2.0
slapprepare-1.0a6
slapprepare-1.0a1
slapos.package-0.2.1.1
slapos.package-0.1.1
playbook-2015-08-03
playbook-1.5
playbook-1.4
playbook-1.3
playbook-1.2
playbook-1.1
playbook-1.0
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
8 deletions
+11
-8
slapos-node/slapos-start
slapos-node/slapos-start
+11
-8
No files found.
slapos-node/slapos-start
View file @
46ce395a
...
...
@@ -75,6 +75,9 @@ if [ $ONLY_SLAPFORMAT = false ]; then
done
echo
"done."
# Run slapgrid on all computer partitions
/opt/slapos/bin/slapgrid-cp
--verbose
--develop
--now
--logfile
=
/opt/slapos/slapgrid-cp.log
--pidfile
=
/opt/slapos/slapgrid-cp.pid
$SLAPOS_CONFIGURATION
/slapos.cfg
>>
/opt/slapos/slapgrid-cp.log 2>&1
# Delete timestamp of all partitions so that it will force slapgrid to process them.
rm
/srv/slapgrid/slappart
*
/.timestamp
# Run slapgrid now.
/opt/slapos/bin/slapgrid-cp
--verbose
--now
--logfile
=
/opt/slapos/slapgrid-cp.log
--pidfile
=
/opt/slapos/slapgrid-cp.pid
$SLAPOS_CONFIGURATION
/slapos.cfg
>>
/opt/slapos/slapgrid-cp.log 2>&1
fi
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment