[install] do not manually remove sqlite files on ubuntu
It is not necessary to manually remove sqlite files generated by the ubunt upackages. Change-Id: I0bfcca0c364a8b38fb721f44339b7acc2fa686dc
This commit is contained in:
parent
f2c00a8649
commit
6ca8fde2e8
@ -389,14 +389,3 @@ Finalize installation
|
||||
|
||||
# service cinder-scheduler restart
|
||||
# service cinder-api restart
|
||||
|
||||
.. only:: ubuntu
|
||||
|
||||
3. By default, the Ubuntu packages create an SQLite database.
|
||||
|
||||
Because this configuration uses an SQL database server,
|
||||
you can remove the SQLite database file:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# rm -f /var/lib/cinder/cinder.sqlite
|
||||
|
@ -322,11 +322,3 @@ Finalize installation
|
||||
|
||||
# service tgt restart
|
||||
# service cinder-volume restart
|
||||
|
||||
#. By default, the Ubuntu packages create an SQLite database.
|
||||
Because this configuration uses an SQL database server,
|
||||
remove the SQLite database file:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# rm -f /var/lib/cinder/cinder.sqlite
|
||||
|
@ -328,12 +328,3 @@ Install and configure components
|
||||
|
||||
# service glance-registry restart
|
||||
# service glance-api restart
|
||||
|
||||
#. By default, the Ubuntu packages create an SQLite database.
|
||||
|
||||
Because this configuration uses an SQL database server, you can
|
||||
remove the SQLite database file:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# rm -f /var/lib/glance/glance.sqlite
|
||||
|
@ -489,14 +489,3 @@ Finalize installation
|
||||
# service heat-api restart
|
||||
# service heat-api-cfn restart
|
||||
# service heat-engine restart
|
||||
|
||||
.. only:: ubuntu
|
||||
|
||||
2. By default, the Ubuntu packages create an SQLite database.
|
||||
|
||||
Because this configuration uses an SQL database server, you
|
||||
can remove the SQLite database file:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# rm -f /var/lib/heat/heat.sqlite
|
||||
|
@ -376,14 +376,3 @@ Finalize installation
|
||||
|
||||
# service manila-scheduler restart
|
||||
# service manila-api restart
|
||||
|
||||
.. only:: ubuntu
|
||||
|
||||
* By default, the Ubuntu packages create an SQLite database.
|
||||
|
||||
Because this configuration uses an SQL database server,
|
||||
you can remove the SQLite database file:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# rm -f /var/lib/manila/manila.sqlite
|
||||
|
@ -194,11 +194,3 @@ Finalize installation
|
||||
.. code-block:: console
|
||||
|
||||
# service manila-share restart
|
||||
|
||||
* By default, the Ubuntu packages create an SQLite database.
|
||||
Because this configuration uses an SQL database server,
|
||||
remove the SQLite database file:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# rm -f /var/lib/manila/manila.sqlite
|
||||
|
@ -355,14 +355,3 @@ Finalize installation
|
||||
.. code-block:: console
|
||||
|
||||
# service neutron-l3-agent restart
|
||||
|
||||
.. only:: ubuntu
|
||||
|
||||
4. By default, the Ubuntu packages create an SQLite database.
|
||||
|
||||
Because this configuration uses an SQL database server,
|
||||
you can remove the SQLite database file:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# rm -f /var/lib/neutron/neutron.sqlite
|
||||
|
@ -299,14 +299,3 @@ Finalize installation
|
||||
.. code-block:: console
|
||||
|
||||
# service nova-compute restart
|
||||
|
||||
.. only:: ubuntu
|
||||
|
||||
3. By default, the Ubuntu packages create an SQLite database.
|
||||
|
||||
Because this configuration uses an SQL database server, you can
|
||||
remove the SQLite database file:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# rm -f /var/lib/nova/nova.sqlite
|
||||
|
@ -444,14 +444,3 @@ Finalize installation
|
||||
# service nova-scheduler restart
|
||||
# service nova-conductor restart
|
||||
# service nova-novncproxy restart
|
||||
|
||||
.. only:: ubuntu
|
||||
|
||||
* By default, the Ubuntu packages create an SQLite database.
|
||||
|
||||
Because this configuration uses an SQL database server,
|
||||
you can remove the SQLite database file:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
# rm -f /var/lib/nova/nova.sqlite
|
||||
|
Loading…
Reference in New Issue
Block a user