You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some error cleanup steps in the decomposed FS (#2511)
* Some error cleanup steps in the decomposed FS
* Hound and changelog added.
* Remove punctuation
* Make CI happy
* Improved error logging.
Co-authored-by: David Christofas <[email protected]>
* Update pkg/storage/utils/decomposedfs/decomposedfs.go
Co-authored-by: David Christofas <[email protected]>
Co-authored-by: David Christofas <[email protected]>
Co-authored-by: Jörn Friedrich Dreyer <[email protected]>
// CreateReference creates a reference as a node folder with the target stored in extended attributes
348
-
// There is no difference between the /Shares folder and normal nodes because the storage is not supposed to be accessible without the storage provider.
349
-
// In effect everything is a shadow namespace.
362
+
// There is no difference between the /Shares folder and normal nodes because the storage is not supposed to be accessible
363
+
// without the storage provider. In effect everything is a shadow namespace.
350
364
// To mimic the eos and owncloud driver we only allow references as children of the "/Shares" folder
365
+
// FIXME: This comment should explain briefly what a reference is in this context.
0 commit comments