暗能星系

    • 登录
    • 搜索

    tmp

    张渌
    2
    262
    1755
    正在加载更多帖子
    • 从旧到新
    • 从新到旧
    • 最多赞同
    回复
    • 在新帖中回复
    登录后回复
    此主题已被删除。只有拥有主题管理权限的用户可以查看。
    • Z
      zhanglu 最后由 编辑

      docker.io/library/nginx:1.25.2-alpine

      1 条回复 最后回复 回复 引用 0
      • Z
        zhanglu 最后由 编辑

        nerdctl pull dockerhub.genostack.com:8090/library/csi-attacher:v4.4.2
        nerdctl pull dockerhub.genostack.com:8090/library/csi-resizer:v1.9.2
        nerdctl pull dockerhub.genostack.com:8090/library/csi-provisioner:v3.6.2
        nerdctl pull dockerhub.genostack.com:8090/library/csi-node-driver-registrar:v2.9.1
        nerdctl pull dockerhub.genostack.com:8090/library/csi-resizer:v1.9.2
        nerdctl pull dockerhub.genostack.com:8090/library/csi-attacher:v4.4.2
        nerdctl pull dockerhub.genostack.com:8090/library/ceph:v18.2.0
        nerdctl pull dockerhub.genostack.com:8090/library/cephcsi:v3.10.0
        nerdctl pull dockerhub.genostack.com:8090/library/ceph:v1.13.0

        nerdctl tag dockerhub.genostack.com:8090/library/csi-attacher:v4.4.2 registry.k8s.io/sig-storage/csi-attacher:v4.4.2
        nerdctl tag dockerhub.genostack.com:8090/library/csi-resizer:v1.9.2 registry.k8s.io/sig-storage/csi-resizer:v1.9.2
        nerdctl tag dockerhub.genostack.com:8090/library/csi-provisioner:v3.6.2 registry.k8s.io/sig-storage/csi-provisioner:v3.6.2
        nerdctl tag dockerhub.genostack.com:8090/library/csi-node-driver-registrar:v2.9.1 registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.9.1
        nerdctl tag dockerhub.genostack.com:8090/library/csi-resizer:v1.9.2 registry.k8s.io/sig-storage/csi-resizer:v1.9.2
        nerdctl tag dockerhub.genostack.com:8090/library/csi-attacher:v4.4.2 registry.k8s.io/sig-storage/csi-attacher:v4.4.2
        nerdctl tag dockerhub.genostack.com:8090/library/ceph:v18.2.0 quay.io/ceph/ceph:v18.2.0
        nerdctl tag dockerhub.genostack.com:8090/library/cephcsi:v3.10.0 quay.io/cephcsi/cephcsi:v3.10.0
        nerdctl tag dockerhub.genostack.com:8090/library/ceph:v1.13.0 rook/ceph:v1.13.0

        1 条回复 最后回复 回复 引用 0
        • Z
          zhanglu 最后由 编辑

          nerdctl pull dockerhub.genostack.com:8090/library/csi-snapshotter:v6.3.2
          nerdctl tag dockerhub.genostack.com:8090/library/csi-snapshotter:v6.3.2 registry.k8s.io/sig-storage/csi-snapshotter:v6.3.2

          1 条回复 最后回复 回复 引用 0
          • Z
            zhanglu 最后由 编辑

            kubectl -n rook-ceph get secret rook-ceph-dashboard-password -o jsonpath="{['data']['password']}" | base64 --decode && echo

            1 条回复 最后回复 回复 引用 0
            • Z
              zhanglu 最后由 编辑

              mount -t ceph 10.233.31.47:6789,10.233.36.144:6789,10.233.33.7:6789:/ /cephfs_data -o name=admin,secret=AQDw/2VjAJmTBxAAezkJzzXVJ4VCxiYtx49L+w==

              1 条回复 最后回复 回复 引用 0
              • Z
                zhanglu 最后由 编辑

                docker pull dockerhub.genostack.com:8090/library/web_socket:latest

                1 条回复 最后回复 回复 引用 0
                • Z
                  zhanglu 最后由 编辑

                  PostgreSQL Database directory appears to contain a database; Skipping initialization

                  2025-04-02 13:24:07.154 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
                  2025-04-02 13:24:07.154 UTC [1] LOG: listening on IPv6 address "::", port 5432
                  2025-04-02 13:24:07.157 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
                  2025-04-02 13:24:07.411 UTC [26] LOG: database system was shut down at 2025-04-02 11:47:48 UTC
                  2025-04-02 13:24:07.411 UTC [26] LOG: invalid record length at 8/DBE56CD8: wanted 24, got 0
                  2025-04-02 13:24:07.411 UTC [26] LOG: invalid primary checkpoint record
                  2025-04-02 13:24:07.411 UTC [26] LOG: invalid resource manager ID in secondary checkpoint record
                  2025-04-02 13:24:07.411 UTC [26] PANIC: could not locate a valid checkpoint record
                  2025-04-02 13:24:08.323 UTC [1] LOG: startup process (PID 26) was terminated by signal 6: Aborted
                  2025-04-02 13:24:08.323 UTC [1] LOG: aborting startup due to startup process failure
                  2025-04-02 13:24:08.338 UTC [1] LOG: database system is shut down

                  1 条回复 最后回复 回复 引用 0
                  • Z
                    zhanglu 最后由 编辑

                    PostgreSQL Database directory appears to contain a database; Skipping initialization

                    2025-04-07 04:24:18.838 UTC [1] FATAL: lock file "postmaster.pid" is empty
                    2025-04-07 04:24:18.838 UTC [1] HINT: Either another server is starting, or the lock file is the remnant of a previous server startup crash.

                    1 条回复 最后回复 回复 引用 0
                    • Z
                      zhanglu 最后由 编辑

                      kill -9 lsof | grep delete | awk '{print $2}'

                      1 条回复 最后回复 回复 引用 0
                      • Z
                        zhanglu 最后由 编辑

                        ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDW8bqVdBe8okVnEaWxn/GCBn2ngPWezwomczuS+tcj/T3odSjNPe6NQVRb+KkumnwMk8CHLq41v1J+C9BZp2x/w90pCKtSjotl94CbNzqnEFJK+tfrKG38twMlPnCeHfsGXEeagbT0Td4nqhvvM2oz1gEzYwoNsY3VV/hufLbj0qNBeoKOqltTUtdRBaNyuxDxIzh+uHy5LrJAWjftGkjOHbJDXp+HEgXsUDyhr13lnAm2s3WPT5jLLiZvPiTBnrEscLZEoLkfelUJMwGOOIfTakd7illHLUtyRO9UcG3cYvUOTc2Pfp/SDLcuxrHbfpsRSz9ZD4ZzsX50SjTxQR3O44RGk2b4SQK7JNhEIDIzbhXbGTRPQVK4yI+ox6NKKYgj/GkxxMCErcAWa/o9PGLYEHJSuyK8vaE/Dh0rHYgUtq0EIolQ0DLPHa4vzlhkxK9j5qUtu6oZkYcqIhevz+blwnQ2h8DIWmK+9AL/QmqvbfWysMyPzXj7/475Bmt5aZ0= admin@example.com

                        1 条回复 最后回复 回复 引用 0
                        • Z
                          zhanglu 最后由 编辑

                          /cephfs_data/genostack_v3/genostack_core/genostack_php_new/project_data/project_data/320/Mus_musculus.GRCm39.dna.primary_assembly.fa.gz

                          1 条回复 最后回复 回复 引用 0
                          • Z
                            zhanglu 最后由 编辑

                            task-33146a1d
                            task-5dfacee4
                            task-7fed90b9
                            task-267924fd
                            task-02b7953c
                            task-56f81fc9
                            task-482572b9
                            task-9c85fa81
                            task-10a5f9fb
                            task-ce516c8b
                            task-d93f84e3
                            task-d6fac1ef
                            task-dde9bd01
                            task-e8bfb791

                            1 条回复 最后回复 回复 引用 0
                            • Z
                              zhanglu 最后由 编辑

                              'task-33146a1d','task-5dfacee4','task-7fed90b9','task-267924fd','task-02b7953c','task-56f81fc9','task-482572b9','task-9c85fa81','task-10a5f9fb','task-ce516c8b','task-d93f84e3','task-d6fac1ef','task-dde9bd01','task-e8bfb791'

                              1 条回复 最后回复 回复 引用 0
                              • Z
                                zhanglu 最后由 编辑

                                http://192.168.30.202:30280/d/StarsL_cn_K8S/k8s-dashboard-cn-20240513-starsl-cn?orgId=1&from=now-30m&to=now&timezone=browser&var-origin_prometheus=&var-Node=$__all&var-NameSpace=$__all&var-Container=$__all&var-Pod=$__all

                                http://192.168.30.202:30280/d/StarsL_cn_K8S/k8s-dashboard-cn-20240513-starsl-cn?orgId=1&from=now-30m&to=now&timezone=browser&var-origin_prometheus=&var-Node=$__all&var-NameSpace=$__all&var-Container=$__all&var-Pod=$__all

                                1 条回复 最后回复 回复 引用 0
                                • Z
                                  zhanglu 最后由 zhanglu 编辑

                                  docker pull wurmlab/sequenceserver
                                  docker pull dockerhub.genostack.com:8090/library/ckan:V2.10
                                  docker pull 192.168.30.202:23099/genostack_appsdk/emailautodownload:v2.8.2
                                  docker pull dockerhub.genostack.com:8090/jikai/ms-chorddiagram:2024052210
                                  docker pull dockerhub.genostack.com:8090/jikai/ms-circosheatmap:2024052210
                                  docker pull dockerhub.genostack.com:8090/jikai/ms_jk_color_api:v01.01
                                  docker pull dockerhub.genostack.com:8090/jikai/ms-dumbbell:2024052210
                                  docker pull dockerhub.genostack.com:8090/small-tool/hippo_flow:20250806.1
                                  docker pull dockerhub.genostack.com:8090/small-tool/hippo_flow:20250828
                                  docker pull dockerhub.genostack.com:8090/jikai/ms-protein-location:2024052210
                                  docker pull dockerhub.genostack.com:8090/jikai/ms-protein-ppi:2024052210
                                  docker pull dockerhub.genostack.com:8090/jikai/ms-roc:2024052210
                                  docker pull dockerhub.genostack.com:8090/jikai/ms-sankeyplot:2024052210
                                  docker pull dockerhub.genostack.com:8090/small-tool/ms-venn:20250312
                                  docker pull dockerhub.genostack.com:8090/library/notebook-es-api:v1
                                  docker pull dockerhub.genostack.com:8090/angs/repo_downloader:V01.07
                                  docker pull dockerhub.genostack.com:8090/jikai/public_services:1.0.0
                                  docker pull dockerhub.genostack.com:8090/library/r_studio:V0.1
                                  docker pull ckan/ckan-solr:2.10
                                  docker pull dockerhub.genostack.com:8090/jikai/xxx:2024052210

                                  1 条回复 最后回复 回复 引用 0
                                  • Z
                                    zhanglu 最后由 编辑

                                    1. 调整内核脏页参数,触发自动写入
                                      通过降低 “脏页阈值”,让内核更积极地将脏页写入磁盘:
                                      bash

                                    临时生效(重启后恢复默认)

                                    脏页占总内存比例超过 5% 时,内核强制同步(默认 20%)

                                    sysctl -w vm.dirty_ratio=5

                                    后台进程在脏页占比超过 3% 时开始同步(默认 10%)

                                    sysctl -w vm.dirty_background_ratio=3

                                    脏页存活时间超过 10 秒后强制同步(默认 30 秒)

                                    sysctl -w vm.dirty_expire_centisecs=1000 # 1000 厘秒 = 10 秒

                                    1 条回复 最后回复 回复 引用 0
                                    • Z
                                      zhanglu 最后由 编辑

                                      ceph status
                                      cluster:
                                      id: 807d820b-5c5b-451c-9f52-41b93d5d905a
                                      health: HEALTH_ERR
                                      1 MDSs report oversized cache
                                      1 MDSs report slow metadata IOs
                                      2 MDSs behind on trimming
                                      mon bh is low on available space
                                      10 backfillfull osd(s)
                                      1 OSDs or CRUSH {nodes, device-classes} have {NOUP,NODOWN,NOIN,NOOUT} flags set
                                      full ratio(s) out of order
                                      Low space hindering backfill (add storage if this doesn't resolve itself): 22 pgs backfill_toofull
                                      Degraded data redundancy: 715/452014992 objects degraded (0.000%), 150 pgs degraded, 2 pgs undersized
                                      206 pgs not deep-scrubbed in time
                                      128 pgs not scrubbed in time
                                      4 pool(s) backfillfull

                                      1 条回复 最后回复 回复 引用 0
                                      • Z
                                        zhanglu 最后由 编辑

                                        [WARN] [09/06/2025 06:54:11.355] [cromwell-system-akka.actor.default-dispatcher-3] [cromwell-system/Pool(shared->http://tesk-api.default.svc.cluster.local:8080)] [1 (WaitingForResponseEntitySubscription)] Response entity was not subscribed after 1 second. Make sure to read the response entity body or call discardBytes() on it. POST /ga4gh/tes/v1/tasks/task-68f2dfc5:cancel Empty -> 400 Bad Request Chunked
                                        [WARN] [09/06/2025 06:54:16.926] [cromwell-system-akka.actor.default-dispatcher-24] [cromwell-system/Pool(shared->http://tesk-api.default.svc.cluster.local:8080)] [0 (WaitingForResponseEntitySubscription)] Response entity was not subscribed after 1 second. Make sure to read the response entity body or call discardBytes() on it. POST /ga4gh/tes/v1/tasks/task-3a62617f:cancel Empty -> 400 Bad Request Chunked
                                        [WARN] [09/06/2025 06:54:17.945] [cromwell-system-akka.actor.default-dispatcher-26] [cromwell-system/Pool(shared->http://tesk-api.default.svc.cluster.local:8080)] [1 (WaitingForResponseEntitySubscription)] Response entity was not subscribed after 1 second. Make sure to read the response entity body or call discardBytes() on it. POST /ga4gh/tes/v1/tasks/task-d38cd4a6:cancel Empty -> 400 Bad Request Chunked
                                        [WARN] [09/06/2025 06:54:18.095] [cromwell-system-akka.actor.default-dispatcher-24] [cromwell-system/Pool(shared->http://tesk-api.default.svc.cluster.local:8080)] [3 (WaitingForResponseEntitySubscription)] Response entity was not subscribed after 1 second. Make sure to read the response entity body or call discardBytes() on it. POST /ga4gh/tes/v1/tasks/task-d38cd4a6:cancel Empty -> 400 Bad Request Chunked
                                        [WARN] [09/06/2025 06:54:22.325] [cromwell-system-akka.actor.default-dispatcher-4] [cromwell-system/Pool(shared->http://tesk-api.default.svc.cluster.local:8080)] [2 (WaitingForResponseEntitySubscription)] Response entity was not subscribed after 1 second. Make sure to read the response entity body or call discardBytes() on it. POST /ga4gh/tes/v1/tasks/task-3299d1e5:cancel Empty -> 400 Bad Request Chunked
                                        [WARN] [09/06/2025 06:54:25.545] [cromwell-system-akka.actor.default-dispatcher-2] [cromwell-system/Pool(shared->http://tesk-api.default.svc.cluster.local:8080)] [1 (WaitingForResponseEntitySubscription)] Response entity was not subscribed after 1 second. Make sure to read the response entity body or call discardBytes() on it. POST /ga4gh/tes/v1/tasks/task-68f2dfc5:cancel Empty -> 400 Bad Request Chunked
                                        [WARN] [09/06/2025 06:54:25.575] [cromwell-system-akka.actor.default-dispatcher-3] [cromwell-system/Pool(shared->http://tesk-api.default.svc.cluster.local:8080)] [0 (WaitingForResponseEntitySubscription)] Response entity was not subscribed after 1 second. Make sure to read the response entity body or call discardBytes() on it. POST /ga4gh/tes/v1/tasks/task-3299d1e5:cancel Empty -> 400 Bad Request Chunked
                                        [WARN] [09/06/2025 06:54:30.316] [cromwell-system-akka.actor.default-dispatcher-4] [cromwell-system/Pool(shared->http://tesk-api.default.svc.cluster.local:8080)] [3 (WaitingForResponseEntitySubscription)] Response entity was not subscribed after 1 second. Make sure to read the response entity body or call discardBytes() on it. POST /ga4gh/tes/v1/tasks/task-3a62617f:cancel Empty -> 400 Bad Request Chunked
                                        [WARN] [09/06/2025 06:54:32.715] [cromwell-system-akka.actor.default-dispatcher-4] [cromwell-system/Pool(shared->http://tesk-api.default.svc.cluster.local:8080)] [0 (WaitingForResponseEntitySubscription)] Response entity was not subscribed after 1 second. Make sure to read the response entity body or call discardBytes() on it. POST /ga4gh/tes/v1/tasks/task-d38cd4a6:cancel Empty -> 400 Bad Request Chunked
                                        [WARN] [09/06/2025 06:54:32.865] [cromwell-system-akka.actor.default-dispatcher-24] [cromwell-system/Pool(shared->http://tesk-api.default.svc.cluster.local:8080)] [1 (WaitingForResponseEntitySubscription)] Response entity was not subscribed after 1 second. Make sure to read the response entity body or call discardBytes() on it. POST /ga4gh/tes/v1/tasks/task-d38cd4a6:cancel Empty -> 400 Bad Request Chunked
                                        [WARN] [09/06/2025 06:54:37.295] [cromwell-system-akka.actor.default-dispatcher-2] [cromwell-system/Pool(shared->http://tesk-api.default.svc.cluster.local:8080)] [3 (WaitingForResponseEntitySubscription)] Response entity was not subscribed after 1 second. Make sure to read the response entity body or call discardBytes() on it. POST /ga4gh/tes/v1/tasks/task-3299d1e5:cancel Empty -> 400 Bad Request Chunked

                                        1 条回复 最后回复 回复 引用 0
                                        • Z
                                          zhanglu 最后由 编辑

                                          import time
                                          import re
                                          import os

                                          def follow_log(file_path):
                                          """实时跟踪日志文件的新内容,类似tail -f命令"""
                                          # 打开文件并移动到文件末尾
                                          with open(file_path, 'r') as f:
                                          f.seek(0, os.SEEK_END)

                                              while True:
                                                  line = f.readline()
                                                  if not line:
                                                      # 没有新内容时短暂休眠
                                                      time.sleep(0.1)
                                                      continue
                                                  yield line
                                          

                                          def extract_task_id(line):
                                          """从日志行中提取task ID"""
                                          # 正则表达式匹配task-开头的ID
                                          pattern = r'task-[0-9a-f]+'
                                          match = re.search(pattern, line)
                                          if match:
                                          return match.group()
                                          return None

                                          def main(log_file_path):
                                          print(f"开始监控日志文件: {log_file_path}")
                                          print("正在提取task ID... (按Ctrl+C停止)")

                                          try:
                                              for line in follow_log(log_file_path):
                                                  # 检查行中是否包含目标POST请求
                                                  if 'POST /ga4gh/tes/v1/tasks/' in line and ':cancel' in line:
                                                      task_id = extract_task_id(line)
                                                      if task_id:
                                                          print(f"提取到task ID: {task_id}")
                                          except KeyboardInterrupt:
                                              print("\n程序已停止")
                                          except FileNotFoundError:
                                              print(f"错误: 找不到日志文件 {log_file_path}")
                                          except Exception as e:
                                              print(f"发生错误: {str(e)}")
                                          

                                          if name == "main":
                                          # 日志文件路径,可根据实际情况修改
                                          log_file = "nohup.out"
                                          main(log_file)

                                          1 条回复 最后回复 回复 引用 0
                                          • Z
                                            zhanglu 最后由 编辑

                                            delete from "JOB_KEY_VALUE_ENTRY" where "STORE_VALUE" = '195'

                                            1 条回复 最后回复 回复 引用 0
                                            • First post
                                              Last post
                                            Powered by 暗能星系