- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for scParity (0.07 seconds)
-
cmd/erasure-server-pool.go
ok = ok && set.Legacy() } return ok } func (z *erasureServerPools) BackendInfo() (b madmin.BackendInfo) { b.Type = madmin.Erasure scParity := globalStorageClass.GetParityForSC(storageclass.STANDARD) if scParity < 0 { scParity = z.serverPools[0].defaultParityCount } rrSCParity := globalStorageClass.GetParityForSC(storageclass.RRS) // Data blocks can vary per pool, but parity is same.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 89.2K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbTransportImpl.java
final String path = ((RequestWithPath) req).getFullUNCPath(); checkReferral(resp, path, (RequestWithPath) req); // checkReferral always throws and exception but put break here for clarity break; case NtStatus.NT_STATUS_BUFFER_OVERFLOW: if (resp instanceof Smb2ReadResponse) { break; } if (resp instanceof Smb2IoctlResponse) {
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 69.8K bytes - Click Count (0)