江湖十年
江湖十年
I think the operation of subtracting each farmer’s points should be put until the transaction is completed. otherwise, if the program exits unexpectedly, the subtraction of each farmer’s score may...
Using LocalPV Device mode, I got the same problem as this issue of lvm-localpv https://github.com/openebs/lvm-localpv/issues/31, how to solve it under the current project? do I have to use nodeAffinity to...
### Current Behavior ```go func buildK8sApisixRoute(name, namespace string, port int32) *apisixv2.ApisixRoute { return &apisixv2.ApisixRoute{ TypeMeta: metav1.TypeMeta{ APIVersion: "apisix.apache.org/v2", Kind: "ApisixRoute", }, ObjectMeta: metav1.ObjectMeta{ Name: name, Namespace: namespace, }, Spec: apisixv2.ApisixRouteSpec{...
- consider the capacity equality case when find the best part - calculate the part free size, needs increase the difference by 1 Signed-off-by: wangjiaxing
I found two scheduling algorithms `getCapacityWeightedMap` and `getCapacityWeightedMap` in the project , according to actual needs, I plan to implement a scheduling algorithm `getFreeCapacityWeightedMap`, it can be scores to nodes...
I think there might be a little bit of a problem with calculate the part free size, my disk partition looks like this: ```bash $ sudo parted /dev/sdb unit b...
I followed the README.md settings and observed that the final code executes `MountFilesystem`. How can I use `MountBlock`?
#### What type of PR is this? #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes # fix compile failure. #### Special...