1 Describe my deployment environment first:2 osd,1 monitor,1 Console Management Server, 1 client, are 24 cores, 64G memory, 1.6T SSD flash card, gigabit network card; The Ceph version currently installed is 0.94.7.2 Current statusI use the DD command to write 5G data, using Iostat to observe%util immediately 100% Ah, while the await indicators are more than 4,000, and at this time the network bandwidth is only used around 10M.650) this.width=650; "Src
Machine Room operation error caused the rack or host power down is the occasional thing, then how in this case, let the Ceph service with the OS startup and fast start? Here is a simple method:Execute the following command on the OSD host:sudo ln-s/usr/lib/systemd/system/[email protected]/etc/systemd/system/multi-user.target.wants/[email protected]sudo systemctl enable [email protected]sudo systemctl is-enabled [email protected]Execute the following c
Calculation formula for PG:
Calculation formula for the entire cluster PG
The calculation formula for PG in each pool:
Total PGs = (TOTAL_NUMBER_OF_OSD *)/Max_replication_count/pool_count
The result of the settlement is taken up to the value of the n-th square of the 2. For example, the total number of OSD is 160, the number of copies of the number of 3,pool is also 3, then the result is calculated according to the above formula is 1777.7. Take 2 of the n-th is 2048, then the number
Environment DescriptionOpenstack Icehouse Ceph 0.87
Configuration Steps
Configuring Ceph
Add the following to the ceph.conf configuration file
RBD cache = True
RBD cache Writethrough until Flush = True
RBD Cache also has some configuration properties that can be changed as needed
#rbd Cache size
#rbd cache max Dirty
#rbd cache target Dirty
Configure OpenStack
Add the following to the [Defa
[Ceph_deploy] [ERROR] Runtimeerror:failed to execute Command:ceph-disk-activate–mark-init sysvinit–mount/dev/sdb1To be honest, the question is two.I put the OSD in a separate partition SDB executes the commands that are:Ceph-deploy OSD Prepare NETWORK:/DEV/SDB1Ceph-deploy OSD Activate NETWORK:/DEV/SDB1The above is wrong.The right thing isCeph-deploy Osd–zap-disk Create Network:sdbCeph-deploy OSD Prepare NETWORK:/DEV/SDB1:/DEV/SDB2Ceph-deploy OSD Activate NETWORK:/DEV/SDB1:/DEV/SDB2The problem is
Have you modified/sys/block/sdk/queue/read_ahead_kb read_ahead?Modified to 8192, the default value is 128;is the SATA disk OSD changed to 8192? How much of a performance boost?In addition, this value should be modified at any time, right? Can it be dynamically adjusted after deployment?What effect will it have on the OSD?can improve read performanceCan be modified in real timeWhat does this parameter mean?Pre-read bytes?This parameter is useful for sequential reads, meaning how much content to r
return {code:403, Message:forbidden} When using the admin Ops API to get user list Get/admin/user by official documents Here are two questions: the first user list request is as follows: Get/admin/metadata/usersecond, you need to configure the metadata read permissions for the administrative user: Radosgw-admin caps Add--uid=admin--caps= "Metadata=read"Bottom line: #You must use Get/admin/metadata/user to fetch the user list (with metadata capabity).Cep
The following action is to define an XML file on centos6.5 cat>>secret.xmlThis article is from "A Good person" blog, please be sure to keep this source http://egon09.blog.51cto.com/9161406/1812368centos6.5 KVM and Ceph integration problem solving
"]
Runtime
Integral type
0
How long it takes to run
Rampup
Integral type
0
How long it takes to start all of the concurrency, with JMeterConflicts with runtime and cannot be combined with
Rampdown
Integral type
0
The end number, and the runtime can not be combined with
Uploading dataXML version= "1.0" encoding= "UTF-8"?> - Workloadname= "PUT-100WORKERS-4MB"Description= "Sample benchmark for S3">
Docker-2 learn more about docker, docker-2dockerDockerBasic concepts of images, containers, and warehousesImages
A Docker image is a read-only template.For example, an image can contain a complete CentOS operating system environment where only httpd or other applications are installed.
Images can be used to create
Docker InspectEstimated reading Time:2 minutes
Description
Return low-level information on Docker objects Usage
Docker inspect [OPTIONS] name|id [name|id ...]
Options
Name, Shorthand
Default
Description
--format, F
Format the output using the given go template
--size, S
False
Display Total Fil
[Docker discussion]docker not everything, and you don't have to deploy everything on Docker.When I read an article "running and upgrading a MySQL server in a docker container": https://intercityup.com/blog/running-upgrading-mysql-server-docker/After that, I don't think Docker
1. Docker command lineDocker is an interactive tutorial designed to help users master the use of Docker command lines in order to get a quick overview of Docker. But thanks to the rapid development of Docker technology, this interactive tutorial has been unable to meet the actual needs of
This series of articles will introduce Docker knowledge:
(1) Docker installation and basic usage
(2) Docker mirror
(3) Isolation of Docker containers-use Linux namespace isolate container's operating environment
(4) Isolation of Docker containers-use cgroups to limit the
What is Docker?Docker's English translation “搬运工” means that what he's carrying is what we always say 集装箱Container , Container is an app of any kind, and our developers can use Docker to turn the app into a label, 准化的 可移植的 自管理的 component, We can develop, debug and run in any major operating system.What is the difference between Docker and virtual machine?Conceptu
Docker learning Summary-Comparison of features between Docker and Vagrant
The following content is discussed in stackoverflow by Mitchell Hashimoto and Solomon Hykes. In this case, the two parties have elaborated on the characteristics and scope of use of vagrant and docker, which makes sense for a deep understanding of vagrant and
Docker is a new way to achieve a super lightweight virtual machine, in the implementation of the principle and application or VM has a huge difference, the professional name is the application container (application Container). (I personally prefer to call it a virtual machine)
1. Installation
1.1 Installing Docker on Ubuntu 14.04
Prerequisite Requirements:
Kernel version must be 3.10 or above
Follow t
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.