ceph 基本查询命令
查看pool [root@node1 ~]# ceph osd lspools 1 .rgw.root 2 default.rgw.control 3 default.rgw.meta 4 default.rgw.log 5 default.rgw.buckets.index 6 default.rgw.buckets.data 7 default.rgw.buckets.non-ec
If you find that you're not, I hope you have the strength to start all over again.
查看pool [root@node1 ~]# ceph osd lspools 1 .rgw.root 2 default.rgw.control 3 default.rgw.meta 4 default.rgw.log 5 default.rgw.buckets.index 6 default.rgw.buckets.data 7 default.rgw.buckets.non-ec
SElinux工具 setsebool命令是用来修改SElinux策略内各项规则的布尔值。 setsebool命令和getsebool命令是SELinux修改和查询布尔值的一套工具组。 SELinux的策略与规则管理相关命令:seinfo命令、sesearch命令、getsebool命令、setsebool命令、semanage命令。 getsebool getsebool -a #query all
Base64 所谓Base64,就是说选出64个字符—-小写字母a-z、大写字母A-Z、数字0-9、符号”+”、”/”(再加上作为垫字的”=”,实际上是65个字符)—-作为一个基本字符集。然后,其他所有符号都转换成这个字符集中的字符。 Base64将三个字节转化成四个字节,因此Base64编码后的文本,会比原文本大出三分之一左右。 Base64 Table Index Char Index Char Index Char Index Char 0 A 16 Q 32 g 48…
/* 你爱或者不爱我 爱就在那里 不增不减 */ while( you.love(me) || !you.love(me) ){ me.emotion.love.value++; me.emotion.love.value–; } **–苍央嘉措**
File system-based deduplication File system-based deduplication is a simple method to reduce duplicate data at the file level, and usually…