Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Server \ After reloading the cinder-volume OpenStack not start properly     - Oracle Database import and export combat (Database)

- Linux System Getting Started Learning: Linux in the last command (Linux)

- Linux check disk parameters trapping lack amendments (Linux)

- Linux source code to install Apache and solutions to common errors (Server)

- Installation Mesos + Marathon + Zookeeper under CentOS 7 (Server)

- To use Android RecyclerView (Programming)

- Windows Desktop use VNC remote connect Linux (Linux)

- Django url () function Detailed (Programming)

- Using the Linux folder wc statistics number of lines of code for all files (including subdirectories) (Linux)

- MySQL Tutorial: Building MySQL Cluster under Linux (Database)

- Using IE can also be easily remotely control the computer (Linux)

- DDOS Attacks and Prevention (Linux)

- MongoDB 3.0 New Features (Database)

- Graphing tool: Gnuplot (Linux)

- Upgrade to Node V4 seven reasons (Programming)

- Four safety delete files under Linux tools (Linux)

- Java object initialization (Programming)

- Cache implementation APP interacts with the server-side interface control Session (Server)

- Shuffle Process Arrangement in MapReduce (Server)

- Oracle Database ORA-01555 snapshot too old (Database)

 
         
  After reloading the cinder-volume OpenStack not start properly
     
  Add Date : 2018-11-21      
         
         
         
  Description: cinder-volume service fails to start

CAUSE: heavy cinder component when a dependency problem, in accordance with the OpenStack documentation to install cinder components when installed a component called: iscsitarget, Target service Ubuntu on there is another package called tgt, can complete the iscsitarget function, time to re-install the cinder-volume, tgt components are installed on the results of the 3260 occupation of the port iscsitarget components, resulting iscsitarget can not start, thus cinder-volume service can not start properly.

You can use the lsof command to view the port situation, such as: lsof -i: 3260

Solution:

First, uninstall iscsitarget components and dependent components, reinstall cinder components, it will be replaced by one of the iscsitarget tgt, such as

apt-get install cinder-api cinder-scheduler cinder-volume open-iscsi tgt

The second step, modify /etc/cinder/cinder.conf documents such as:

[DEFAULT]
rootwrap_config = / etc / cinder / rootwrap.conf
sql_connection = mysql: // cinderUser: cinderPass@10.68.19.61/cinder
api_paste_confg = /etc/cinder/api-paste.ini
iscsi_helper = tgtadm
volume_name_template = volume-% s
volume_group = cinder-volumes
verbose = True
auth_strategy = keystone
state_path = / var / lib / cinder
volumes_dir = / var / lib / cinder / volumes

The third step is to restart all services cinder

cd /etc/init.d/; for i in $ (ls cinder- *); do sudo service $ i restart; done

problem solved.

Note: If at this cinder-volume service still fails to start, check to see if there iscsitarget the process takes, and check whether port 3260 is occupied.
     
         
         
         
  More:      
 
- How to use SHA256 checksum files download (Linux)
- Using monitoring tool dsniff (Linux)
- Handle large data problems Bit-map method (Programming)
- Sort sql MySQL 5.6 upgrade slow Cause Analysis (Database)
- EChart simple and practical control on chart (Programming)
- Java implementation chain store binary tree (Programming)
- MySQL use the integer type (Database)
- To update Python version under CentOS system (Linux)
- Ubuntu How to install Pacman (Linux)
- Do not find ifconfig eth0 and IP address under CentOS6.5 (Linux)
- Linux - use chroot command (Linux)
- Kickstart automated installation and deployment RHEL 7.0 (Linux)
- Vim useful plugin: vundle (Linux)
- Configuration OpenOCD + FT2232 under Ubuntu (Linux)
- TeamCity continuous integration in the Linux installation (Linux)
- JBPM6 Tutorial - taught you how to install JBPM (Linux)
- How to create a bootable USB disk to use MultiSystem on Ubuntu (Linux)
- Linux user login and IP restrictions (Linux)
- What is Unikernel? (Linux)
- Linux filtration empty file command summary (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.