zsksy123

Results 14 comments of zsksy123

The following is all the logs of manager: manager core.log [core.log](https://github.com/dragonflyoss/Dragonfly2/files/13817193/core.log) manager gin.log [gin.log](https://github.com/dragonflyoss/Dragonfly2/files/13817198/gin.log) manager grpc.log [grpc.log](https://github.com/dragonflyoss/Dragonfly2/files/13817201/grpc.log) manager stderr.log [stderr.log](https://github.com/dragonflyoss/Dragonfly2/files/13817202/stderr.log) manager stdout.log [stdout.log](https://github.com/dragonflyoss/Dragonfly2/files/13817205/stdout.log) The following is all the logs of...

@gaius-qi @jim3ma Manually pull the image using the docker pull command and you will find that there is a 2.3G layer that will retry the pull. However, it will eventually...

@gaius-qi I redeployed the latest version of Dragonfly and cleared all the data of PVC. However, the preheating of the large image still failed. Version Information ``` helm list WARNING:...

@gaius-qi Thank you for your reply. What I mean is that for some foreign mirror sites, can Dragonfly use the proxy I configured to pull content? Or, Drafongly automatically injects...

@gaius-qi Let me briefly describe my requirement. Could I inject an env variable into dragonfly to pull the image from Google? Is there such a configuration?

@travisn Hello, I have repaired the osd problem and restored the ceph cluster to normal, as follows ``` ceph -s cluster: id: 03b96e0e-987e-475b-8978-d4344550c5d1 health: HEALTH_OK services: mon: 3 daemons, quorum...

@travisn Hello, after manually deleting cephobjectstore and re-creating it, it is now back to normal ``` kubectl get cephobjectstore NAME PHASE ENDPOINT SECUREENDPOINT AGE ceph-objectstore Ready http://rook-ceph-rgw-ceph-objectstore.rook-ceph.svc:80 6m40s ```

@travisn Hello, the osd container parameters are as follows ``` containers: - args: - --crush-location=root=default host=stor18 env: - name: ROOK_CRUSHMAP_ROOT value: default - name: ROOK_CRUSHMAP_HOSTNAME value: stor18 ```

@sp98 osd.166 osd.167 was added to the stor18 host by executing the following command. ``` host=stor18 osd_ids=(166 167) for id in ${osd_ids[@]} do ceph osd crush add-bucket ${host} host ceph...