This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from django.http import QueryDict | |
| from django.http.multipartparser import MultiValueDict | |
| from django.core.files.uploadhandler import ( | |
| SkipFile, | |
| StopFutureHandlers, | |
| StopUpload, | |
| ) | |
| class PutUploadMiddleware(object): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| zpool create \ | |
| -o cachefile=/etc/zfs/zpool.cache \ | |
| -o ashift=12 -o autotrim=on -d \ | |
| -o feature@async_destroy=enabled \ | |
| -o feature@bookmarks=enabled \ | |
| -o feature@embedded_data=enabled \ | |
| -o feature@empty_bpobj=enabled \ | |
| -o feature@enabled_txg=enabled \ | |
| -o feature@extensible_dataset=enabled \ | |
| -o feature@filesystem_limits=enabled \ |
OlderNewer