riverzhang opened a new issue, #2298:
URL: https://github.com/apache/brpc/issues/2298

   **Describe the bug (描述bug)**
   
https://github.com/apache/brpc/blob/release-1.5/src/brpc/rdma/rdma_helper.cpp#L405C29-L405C53
   
   **To Reproduce (复现方法)**
   # cat job.yaml
   apiVersion: batch/v1
   kind: Job
   metadata:
     name: my-job
   spec:
     template:
       spec:
         containers:
         - name: my-container
           image: my-image
           command: ["my-command"]
           args: ["my-argument"]
           securityContext:
             capabilities:
               add:
                 - IPC_LOCK
           volumeMounts:
           - name: infiniband
             mountPath: /dev/infiniband
         restartPolicy: Never
         volumes:
         - name: infiniband
           hostPath:
             path: /dev/infiniband
   
   
   **Expected behavior (期望行为)**
   可以发现rdma设备
   
   **Versions (各种版本)**
   OS: centos7
   Compiler:
   brpc: release-1.5
   protobuf:
   
   **Additional context/screenshots (更多上下文/截图)**
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to