sapling/eden/scm/exec
Genevieve Helsel 4624d1f3af if APFS volume name exceeds 127 length, hash it to avoid failure
Summary: APFS volume names have a length limit of 128, so we need to hash mount point to make sure we do not error out. Right now what happens if we get an error, but we do still successfully mount and the volume name is just truncated. Since we errored, we don't store this information anywhere. Instead now, we will check the volume name, and if it is too long, we hash the volume name in order to mitigate the "name too long" error.

Reviewed By: wez

Differential Revision: D22327372

fbshipit-source-id: d68f90472c1d952879078d0541b341d271c17092
2020-07-16 09:17:16 -07:00
..
eden_apfs_mount_helper if APFS volume name exceeds 127 length, hash it to avoid failure 2020-07-16 09:17:16 -07:00
hgmain configs: move fbrules to a Facebook only part of the crate 2020-05-01 13:17:21 -07:00
scm_daemon Switch from failure::Fail trait to std::error::Error for errors 2019-11-22 08:53:31 -08:00
scratch scratch: silence warnings 2020-03-05 09:35:58 -08:00
utils Switch from failure::Fail trait to std::error::Error for errors 2019-11-22 08:53:31 -08:00