質問編集履歴
2
一部修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -65,7 +65,7 @@
|
|
65
65
|
「pvdisplay」
|
66
66
|
--- Physical volume ---
|
67
67
|
PV Name /dev/sdb1
|
68
|
-
VG Name
|
68
|
+
VG Name vgname
|
69
69
|
PV Size 298.09 GiB / not usable 4.34 MiB
|
70
70
|
Allocatable yes (but full)
|
71
71
|
PE Size 4.00 MiB
|
@@ -87,7 +87,7 @@
|
|
87
87
|
|
88
88
|
「vgdisplay」
|
89
89
|
--- Volume group ---
|
90
|
-
VG Name
|
90
|
+
VG Name vgname
|
91
91
|
System ID
|
92
92
|
Format lvm2
|
93
93
|
Metadata Areas 1
|
@@ -130,9 +130,9 @@
|
|
130
130
|
|
131
131
|
「lvdisplay」
|
132
132
|
--- Logical volume ---
|
133
|
-
LV Path /dev/
|
133
|
+
LV Path /dev/vgname/lvname
|
134
|
-
LV Name
|
134
|
+
LV Name lvname
|
135
|
-
VG Name
|
135
|
+
VG Name vgname
|
136
136
|
LV UUID j5gNSP-0qWh-Evqk-Qu9J-ejIk-zygi-dUtfWy
|
137
137
|
LV Write Access read/write
|
138
138
|
LV Creation host, time zzzz.zzzz, 2017-06-22 15:23:33 +0900
|
1
ログ追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -61,6 +61,127 @@
|
|
61
61
|
```
|
62
62
|
|
63
63
|
|
64
|
+
```
|
65
|
+
「pvdisplay」
|
66
|
+
--- Physical volume ---
|
67
|
+
PV Name /dev/sdb1
|
68
|
+
VG Name xxxx
|
69
|
+
PV Size 298.09 GiB / not usable 4.34 MiB
|
70
|
+
Allocatable yes (but full)
|
71
|
+
PE Size 4.00 MiB
|
72
|
+
Total PE 76310
|
73
|
+
Free PE 0
|
74
|
+
Allocated PE 76310
|
75
|
+
PV UUID OUSUd7-s9kE-olTA-zRTp-NfkH-OgV9-WSXZPR
|
76
|
+
|
77
|
+
--- Physical volume ---
|
78
|
+
PV Name /dev/sda2
|
79
|
+
VG Name cl
|
80
|
+
PV Size 49.00 GiB / not usable 3.00 MiB
|
81
|
+
Allocatable yes
|
82
|
+
PE Size 4.00 MiB
|
83
|
+
Total PE 12543
|
84
|
+
Free PE 1
|
85
|
+
Allocated PE 12542
|
86
|
+
PV UUID a9DX8y-KvKn-4Vjr-pfzi-GSJN-BLmw-OSosmi
|
87
|
+
|
88
|
+
「vgdisplay」
|
89
|
+
--- Volume group ---
|
90
|
+
VG Name xxxx
|
91
|
+
System ID
|
92
|
+
Format lvm2
|
93
|
+
Metadata Areas 1
|
94
|
+
Metadata Sequence No 3
|
95
|
+
VG Access read/write
|
96
|
+
VG Status resizable
|
97
|
+
MAX LV 0
|
98
|
+
Cur LV 1
|
99
|
+
Open LV 0
|
100
|
+
Max PV 0
|
101
|
+
Cur PV 1
|
102
|
+
Act PV 1
|
103
|
+
VG Size 298.09 GiB
|
104
|
+
PE Size 4.00 MiB
|
105
|
+
Total PE 76310
|
106
|
+
Alloc PE / Size 76310 / 298.09 GiB
|
107
|
+
Free PE / Size 0 / 0
|
108
|
+
VG UUID r5ceNu-G13f-8fm3-4Ymk-UZNf-GbQE-QizjLB
|
109
|
+
|
110
|
+
--- Volume group ---
|
111
|
+
VG Name cl
|
112
|
+
System ID
|
113
|
+
Format lvm2
|
114
|
+
Metadata Areas 1
|
115
|
+
Metadata Sequence No 3
|
116
|
+
VG Access read/write
|
117
|
+
VG Status resizable
|
118
|
+
MAX LV 0
|
119
|
+
Cur LV 2
|
120
|
+
Open LV 2
|
121
|
+
Max PV 0
|
122
|
+
Cur PV 1
|
123
|
+
Act PV 1
|
124
|
+
VG Size 49.00 GiB
|
125
|
+
PE Size 4.00 MiB
|
126
|
+
Total PE 12543
|
127
|
+
Alloc PE / Size 12542 / 48.99 GiB
|
128
|
+
Free PE / Size 1 / 4.00 MiB
|
129
|
+
VG UUID SjqhY3-jfAn-HIsC-Xvyy-yo2e-cajT-n4Yspd
|
130
|
+
|
131
|
+
「lvdisplay」
|
132
|
+
--- Logical volume ---
|
133
|
+
LV Path /dev/xxxx/yyyy
|
134
|
+
LV Name yyyy
|
135
|
+
VG Name xxxx
|
136
|
+
LV UUID j5gNSP-0qWh-Evqk-Qu9J-ejIk-zygi-dUtfWy
|
137
|
+
LV Write Access read/write
|
138
|
+
LV Creation host, time zzzz.zzzz, 2017-06-22 15:23:33 +0900
|
139
|
+
LV Status available
|
140
|
+
# open 0
|
141
|
+
LV Size 298.09 GiB
|
142
|
+
Current LE 76310
|
143
|
+
Segments 1
|
144
|
+
Allocation inherit
|
145
|
+
Read ahead sectors auto
|
146
|
+
- currently set to 8192
|
147
|
+
Block device 253:2
|
148
|
+
|
149
|
+
--- Logical volume ---
|
150
|
+
LV Path /dev/cl/swap
|
151
|
+
LV Name swap
|
152
|
+
VG Name cl
|
153
|
+
LV UUID JcGbs5-GKpf-qPQa-LEB9-pYrs-cISt-EF0u8s
|
154
|
+
LV Write Access read/write
|
155
|
+
LV Creation host, time zzzz.zzzz, 2017-02-01 17:10:20 +0900
|
156
|
+
LV Status available
|
157
|
+
# open 2
|
158
|
+
LV Size 3.88 GiB
|
159
|
+
Current LE 992
|
160
|
+
Segments 1
|
161
|
+
Allocation inherit
|
162
|
+
Read ahead sectors auto
|
163
|
+
- currently set to 8192
|
164
|
+
Block device 253:1
|
165
|
+
|
166
|
+
--- Logical volume ---
|
167
|
+
LV Path /dev/cl/root
|
168
|
+
LV Name root
|
169
|
+
VG Name cl
|
170
|
+
LV UUID hZFKGY-j40N-xGsq-CkuQ-2WBZ-AT3m-cufMGv
|
171
|
+
LV Write Access read/write
|
172
|
+
LV Creation host, time zzzz.zzzz, 2017-02-01 17:10:20 +0900
|
173
|
+
LV Status available
|
174
|
+
# open 1
|
175
|
+
LV Size 45.12 GiB
|
176
|
+
Current LE 11550
|
177
|
+
Segments 1
|
178
|
+
Allocation inherit
|
179
|
+
Read ahead sectors auto
|
180
|
+
- currently set to 8192
|
181
|
+
Block device 253:0
|
182
|
+
```
|
183
|
+
|
184
|
+
|
64
185
|
###試したこと
|
65
186
|
VMWare上のCentOSを再起動して接続したが、エラーは変わらず。
|
66
187
|
|