일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
- intelij devtools
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <rect x="10" y="10" height="100" width="100" style="stroke:#ff0000; fill: #0000ff"/> </svg>
- spring boot ssl verify skip
- spring boot 2.0 ssl
- redis ha
- spring boot hot swapping
- Service Mesh
- spring cloud zuul
- msa 4.0
- MySQL
- jpa auto increment
- redis cluster
- spring cloud load balancer
- kubernates
- spring boot http client
- Distributed Tracing System
- spring boot ssl
- intelij spring boot devtools
- Spring Cloud Bus
- Istio
- Spring boot
- tracing tool
- sidecar patern
- high availabillty
- java static resources
- <iframe src="http://erea.tistory.com/attachment/cfile21.uf@997995485B2F785A3292EE.svg"></iframe>
- spring boot jks
- sidecar
- spring cloud api gateway
- Spring Cloud Config
- Today
- Total
erea
도커 본문
device매퍼가 단독으로 업데이트되지않음
Transaction check error:
file /usr/lib/systemd/system/blk-availability.service from install of device-mapper-7:1.02.107-5.el7_2.5.x86_64 conflicts with file from package lvm2-7:2.02.105-14.el7.x86_64
file /usr/sbin/blkdeactivate from install of device-mapper-7:1.02.107-5.el7_2.5.x86_64 conflicts with file from package lvm2-7:2.02.105-14.el7.x86_64
file /usr/share/man/man8/blkdeactivate.8.gz from install of device-mapper-7:1.02.107-5.el7_2.5.x86_64 conflicts with file from package lvm2-7:2.02.105-14.el7.x86_64
Error Summary
Logical Volume Manager
yum install lvm2
LVM 은 Logical Volume Manager 의 약자로서, 저장장치들을 좀더 효율적이고 유연하게 관리할 수 있는 커널의 부분과 프로그램을 말한다.
sudo firewall-cmd --zone=public --add-port=4243/tcp --permanent
docker name서버 잡기
/etc/resolve.conf
127.0.0.1 로변경
본체 service NetworkManager restart
service docker restart
리스타트 안해줘서 3시간 삽질함 --