projects
/
pve-docs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
417f955
)
pmxcfs.adoc: use systemctl to restart service
author
Dietmar Maurer
<dietmar@proxmox.com>
Sat, 9 Apr 2016 13:34:55 +0000
(15:34 +0200)
committer
Dietmar Maurer
<dietmar@proxmox.com>
Sat, 9 Apr 2016 13:34:55 +0000
(15:34 +0200)
pmxcfs.adoc
patch
|
blob
|
blame
|
history
diff --git
a/pmxcfs.adoc
b/pmxcfs.adoc
index d7c5d35f0ae6ea916dfdf0811ea5b81c87655499..33b8e3e97c8b9a604102f0a4dc2790b0c6f7dbeb 100644
(file)
--- a/
pmxcfs.adoc
+++ b/
pmxcfs.adoc
@@
-33,8
+33,7
@@
on disk, a copy of the data resides in RAM. That imposes restriction
on the maximal size, which is currently 30MB. This is still enough to
store the configuration of several thousand virtual machines.
on the maximal size, which is currently 30MB. This is still enough to
store the configuration of several thousand virtual machines.
-Advantages
-----------
+This system provides the following advantages:
* seamless replication of all configuration to all nodes in real time
* provides strong consistency checks to avoid duplicate VM IDs
* seamless replication of all configuration to all nodes in real time
* provides strong consistency checks to avoid duplicate VM IDs
@@
-43,7
+42,7
@@
Advantages
* includes a distributed locking mechanism
POSIX Compatibility
* includes a distributed locking mechanism
POSIX Compatibility
-~~~~~~~~~~~~~~~~~~~
+-------------------
The file system is based on FUSE, so the behavior is POSIX like. But
some feature are simply not implemented, because we do not need them:
The file system is based on FUSE, so the behavior is POSIX like. But
some feature are simply not implemented, because we do not need them:
@@
-62,7
+61,7
@@
some feature are simply not implemented, because we do not need them:
File access rights
File access rights
-~~~~~~~~~~~~~~~~~~
+------------------
All files and directories are owned by user 'root' and have group
'www-data'. Only root has write permissions, but group 'www-data' can
All files and directories are owned by user 'root' and have group
'www-data'. Only root has write permissions, but group 'www-data' can
@@
-73,6
+72,7
@@
read most files. Files below the following paths:
are only accessible by root.
are only accessible by root.
+
Technology
----------
Technology
----------
@@
-186,14
+186,14
@@
without reinstall, which is described here:
* stop the cluster file system again
* stop the cluster file system again
- # s
ervice pve-cluster stop
+ # s
ystemctl stop pve-cluster
* restart pve services (or reboot)
* restart pve services (or reboot)
- # s
ervice pve-cluster start
- # s
ervice pvedaemon restart
- # s
ervice pveproxy restart
- # s
ervice pvestatd restart
+ # s
ystemctl start pve-cluster
+ # s
ystemctl restart pvedaemon
+ # s
ystemctl restart pveproxy
+ # s
ystemctl restart pvestatd
ifdef::manvolnum[]
ifdef::manvolnum[]