소스 검색

Удаление ceph

Olga Kutafieva 6 년 전
부모
커밋
0da12ce199
1개의 변경된 파일11개의 추가작업 그리고 4개의 파일을 삭제
  1. 11 4
      registry.yml

+ 11 - 4
registry.yml

@@ -19,17 +19,24 @@ services:
          - com.df.httpsOnly=true
          - com.df.verifyClientSsl=true
      volumes:
-       - registry:/var/lib/registry
+       - lregistry:/var/lib/registry
      networks:
        - proxy
      secrets:
        - sdsys_full
 
+#volumes:
+#  registry:
+#    driver: rexray
+#    driver_opts:
+#      size: 100
+
 volumes:
-  registry:
-    driver: rexray
+  lregistry:
+    driver: local
     driver_opts:
-      size: 100
+        device: "/dev/disk/by-label/registry"
+        type: "xfs"
 
 secrets:
   sdsys_full: