Lab 4.1 Not working. Encrypted Volume is created but I can't attach to instance
Hi I've followed all step for this lab at least 4 times, but when I try to attach the encrypted volume it appears as attaching and then available. No error is shown either in BUI or CLI.
ubuntu@devstack-cc:~/devstack$ openstack volume type list
+--------------------------------------+-------------+-----------+
| ID | Name | Is Public |
+--------------------------------------+-------------+-----------+
| d5f58df2-a559-4cc0-af7b-540f23a77fd8 | LUKS | True |
| 03818bee-9880-44de-892e-92417ffea175 | lvmdriver-1 | True |
+--------------------------------------+-------------+-----------+
ubuntu@devstack-cc:~/devstack$ cinder encryption-type-list
+--------------------------------------+---------------+-----------------+----------+
------------------+
| Volume Type ID | Provider | Cipher | Key Size |
Control Location |
+--------------------------------------+---------------+-----------------+----------+
------------------+
| d5f58df2-a559-4cc0-af7b-540f23a77fd8 | LuksEncryptor | aes-xts-plain64 | 256 |
front-end |
+--------------------------------------+---------------+-----------------+----------+
------------------+
ubuntu@devstack-cc:~/devstack$ cinder show crypt-vol
+--------------------------------+--------------------------------------+
| Property | Value |
+--------------------------------+--------------------------------------+
| attached_servers | [] |
| attachment_ids | [] |
| availability_zone | nova |
| bootable | false |
| consistencygroup_id | None |
| created_at | 2018-01-05T12:32:23.000000 |
| description | None |
| encrypted | True |
| id | d3d53c76-5c90-43b6-86e8-78bd64cf4931 |
| metadata | |
| migration_status | None |
| multiattach | False |
| name | crypt-vol |
| os-vol-host-attr:host | devstack-cc@lvmdriver-1#lvmdriver-1 |
| os-vol-mig-status-attr:migstat | None |
| os-vol-mig-status-attr:name_id | None |
| os-vol-tenant-attr:tenant_id | 8f776fc3b99f40d1b31e03206f5b7d6a |
| replication_status | None |
| size | 1 |
| snapshot_id | None |
| source_volid | None |
| status | available |
| updated_at | 2018-01-05T12:36:09.000000 |
| user_id | 4cb3d7e3538f4f8dbff60e3f1d074fbf |
| volume_type | LUKS |
+--------------------------------+--------------------------------------+
ubuntu@devstack-cc:~/devstack$ openstack volume list
+--------------------------------------+-----------+-----------+------+--------------
-------------------+
| ID | Name | Status | Size | Attached to
|
+--------------------------------------+-----------+-----------+------+--------------
-------------------+
| d3d53c76-5c90-43b6-86e8-78bd64cf4931 | crypt-vol | available | 1 |
|
| ca554042-563d-4949-998f-425a98fd5fa6 | | in-use | 1 | Attached to g
olden on /dev/vda |
+--------------------------------------+-----------+-----------+------+--------------
-------------------+
ubuntu@devstack-cc:~/devstack$ openstack server list
+--------------------------------------+--------+--------+---------------------------
------------------------------+-------+---------+
| f8eba3f9-c95c-45da-bbb3-a37ef3aafc89 | golden | ACTIVE | private=10.0.0.11, fdf9:81
a4:fd37:0:f816:3eff:fef6:a275 | | m1.tiny |
+--------------------------------------+--------+--------+---------------------------
------------------------------+-------+---------+
ubuntu@devstack-cc:~/devstack$ openstack server add volume f8eba3f9-c95c-45da-bbb3-a3
7ef3aafc89 d3d53c76-5c90-43b6-86e8-78bd64cf4931 --device /dev/vdb
ubuntu@devstack-cc:~/devstack$ openstack volume list
+--------------------------------------+-----------+-----------+------+--------------
-------------------+
| ID | Name | Status | Size | Attached to
|
+--------------------------------------+-----------+-----------+------+--------------
-------------------+
| d3d53c76-5c90-43b6-86e8-78bd64cf4931 | crypt-vol | available | 1 |
|
| ca554042-563d-4949-998f-425a98fd5fa6 | | in-use | 1 | Attached to g
olden on /dev/vda |
+--------------------------------------+-----------+-----------+------+--------------
-------------------+
ubuntu@devstack-cc:~/devstack$ openstack volume list
+--------------------------------------+-----------+-----------+------+--------------
-------------------+
| ID | Name | Status | Size | Attached to
|
+--------------------------------------+-----------+-----------+------+--------------
-------------------+
| d3d53c76-5c90-43b6-86e8-78bd64cf4931 | crypt-vol | available | 1 |
|
| ca554042-563d-4949-998f-425a98fd5fa6 | | in-use | 1 | Attached to g
olden on /dev/vda |
+--------------------------------------+-----------+-----------+------+--------------
-------------------+
ubuntu@devstack-cc:~/devstack$
Comments
-
Hi serewicz, thanks for the reply.
I've done as you suggested. I've created an instance fro scratch. Then I've created the crypto volume, but I'm still not being able to attach it to instance.
Regards,
0 -
I did the same twice. I've launched a new instance from the command line using the cirros image and then I've created a volume type LUKS with encryption following exactly the same steps on course material. Are you using different steps? Could you please post here everything you've done using 100% the CLI? So I could try and reproduce?
PS.: When I use the command openstack server add volume <server> <volume> --device /dev/vdb it comes back to the command prompt (in theory because it worked), but when I run openstack volume list twice the encrypted volume appears initially as "attaching" and one second later "available".
0 -
Hello,
I used the steps from the book too... I've created a new m1.tiny instance and a new, unused, LUKS encrypted volume. Then when I attach it for a while it appears as "attaching" then after a few seconds appears as "avaliable".
Everytime I do this lab I press the "Start Over" button and only do the encrypted volume lab. (ignoring the other labs).
It is very strange that you follow the same steps from the book and it works and I've tried many times and it does not work.... Last time I've used the pdf and did copy and paste for the whole encryption lab.... so either you are using a different book then I am or is accessing a different lab (one with this fixed).
Could you please copy and paste the steps you've used and the output of each command as I did in the begining of this comment? Do you want to do a webex or use any other remote solution and try to do on the labs provisioned to me?
Thanks
0 -
Hi, Yeah I agree with your that many things with OpenStack is in a constant change. What worked yesterday can be broken today.
But when a Customer buys either an Enterprise OpenStack Distro or an Official Training of OpenStack what we expect is stability, consistency, we do not expect something that works today and might broke tomorrow. I mean Linux Foundation need to have a stable repository from where the Openstack is installed for the demo environment. It is not justifiable that a lab depends on this inconsistency.
That is why people become RHCE for example, studying and doing the exam using Red Hat Enteprise Linux in a controlled environment. They do not read something in the book that worked in a certain version of Fedora but not work in a lab with a newer version of Fedora....
Thanks
0
Categories
- All Categories
- 175 LFX Mentorship
- 175 LFX Mentorship: Linux Kernel
- 744 Linux Foundation IT Professional Programs
- 372 Cloud Engineer IT Professional Program
- 168 Advanced Cloud Engineer IT Professional Program
- 72 DevOps IT Professional Program - Discontinued
- 3 DevOps & GitOps IT Professional Program
- 98 Cloud Native Developer IT Professional Program
- 39 Express Training Courses & Microlearning
- 34 Express Courses - Discussion Forum
- 7.6K Training Courses & Learning Paths
- AI & ML Training
- Blockchain & Decentralized Identity Training
- Cloud & Containers Training
- Cybersecurity Training
- DevOps & Site-Reliability Training
- Linux Kernel Development Training
- Networking Training
- Open Source Best Practice Training
- System Administration Training
- System Engineering Training
- Web & Application Development Training
- 55 LFD102 Class Forum
- 261 LFD103 Class Forum
- 2 LFD103-JP クラス フォーラム
- 2 LFD114 Class Forum
- 56 LFD121 Class Forum
- 4 LFD123 Class Forum
- 3 LFD125 Class Forum
- 5 LFD137 Class Forum
- 2 LFD140 Class Forum
- 4 LFD210-CN Class Forum
- 2 LFD221 Class Forum
- 26 LFD254 Class Forum
- 764 LFD259 Class Forum
- 679 LFS101 Class Forum
- 3 LFS114 Class Forum
- 6 LFS118 Class Forum
- 3 LFS120 Class Forum
- 2 LFS140 Class Forum
- 13 LFS142 Class Forum
- 10 LFS144 Class Forum
- 8 LFS146 Class Forum
- 30 LFS148 Class Forum
- 6 LFS157 Class Forum
- 179 LFS158 Class Forum
- 2 LFS158-JP クラス フォーラム
- 19 LFS162 Class Forum
- 4 LFS180 Class Forum
- 3 LFS184 Class Forum
- 162 LFS207 Class Forum
- 3 LFS207-DE-Klassenforum
- 4 LFS207-JP クラス フォーラム
- 61 LFS241 Class Forum
- 52 LFS242 Class Forum
- 42 LFS243 Class Forum
- 19 LFS244 Class Forum
- 9 LFS245 Class Forum
- 3 LFS246 Class Forum
- 2 LFS248 Class Forum
- 179 LFS250 Class Forum
- 4 LFS250-JP クラス フォーラム
- 166 LFS253 Class Forum
- 5 LFS255 Class Forum
- 19 LFS256 Class Forum
- 3 LFS257 Class Forum
- 1.4K LFS258 Class Forum
- 13 LFS258-JP クラス フォーラム
- 151 LFS260 Class Forum
- 165 LFS261 Class Forum
- 26 LFS267 Class Forum
- 28 LFS268 Class Forum
- 39 LFS269 Class Forum
- 13 LFS270 Class Forum
- 792 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 95 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 87 Storage
- 768 Linux Distributions
- 81 Debian
- 67 Fedora
- 22 Linux Mint
- 13 Mageia
- 24 openSUSE
- 150 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 465 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 98 Linux Security
- 78 Network Management
- 101 System Management
- 46 Web Management
- 105 Mobile Computing
- 18 Android
- 72 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 392 Off Topic
- 121 Introductions
- 181 Small Talk
- 29 Study Material
- 930 Programming and Development
- 310 Kernel Development
- 602 Software Development
- 970 Software
- 362 Applications
- 182 Command Line
- 5 Compiling/Installing
- 68 Games
- 317 Installation
- Archived
- 75 All In Program
- 75 All In Forum
- 25 LFC110 Class Forum - Discontinued
- 2 LFS112 Class Forum - Discontinued
- 22 LFS151 Class Forum - Discontinued
- 1 LFS166 Class Forum - Discontinued
- 9 LFS167 Class Forum - Discontinued
- 4 LFS170 Class Forum - Discontinued
- 1 LFS171 Class Forum - Discontinued
- 3 LFS178 Class Forum - Discontinued
- 736 LFS201 Class Forum - Discontinued
- 2 LFS201-JP クラス フォーラム - Discontinued
- 301 LFS211 Class Forum - Discontinued
- 55 LFS216 Class Forum - Discontinued
- 2 LFS251 Class Forum - Discontinued
- 1 LFS254 Class Forum - Discontinued
- 82 LFS263 Class Forum - Discontinued
- 15 LFS264 Class Forum - Discontinued
- 11 LFS266 Class Forum - Discontinued
- 2 LFS272-JP クラス フォーラム - Discontinued
- 202 LFS272 Class Forum - Discontinued
- 1 LFS274 Class Forum - Discontinued
- 4 LFS281 Class Forum - Discontinued
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)