€•TUŒsphinx.addnodes”Œdocument”“”)”}”(Œ rawsource”Œ”Œchildren”]”(Œ translations”Œ LanguagesNode”“”)”}”(hhh]”(hŒ pending_xref”“”)”}”(hhh]”Œdocutils.nodes”ŒText”“”ŒChinese (Simplified)”…””}”Œparent”hsbaŒ attributes”}”(Œids”]”Œclasses”]”Œnames”]”Œdupnames”]”Œbackrefs”]”Œ refdomain”Œstd”Œreftype”Œdoc”Œ reftarget”Œ8/translations/zh_CN/admin-guide/device-mapper/log-writes”Œmodname”NŒ classname”NŒ refexplicit”ˆuŒtagname”hhh ubh)”}”(hhh]”hŒChinese (Traditional)”…””}”hh2sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ8/translations/zh_TW/admin-guide/device-mapper/log-writes”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒItalian”…””}”hhFsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ8/translations/it_IT/admin-guide/device-mapper/log-writes”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒJapanese”…””}”hhZsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ8/translations/ja_JP/admin-guide/device-mapper/log-writes”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒKorean”…””}”hhnsbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ8/translations/ko_KR/admin-guide/device-mapper/log-writes”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubh)”}”(hhh]”hŒSpanish”…””}”hh‚sbah}”(h]”h ]”h"]”h$]”h&]”Œ refdomain”h)Œreftype”h+Œ reftarget”Œ8/translations/sp_SP/admin-guide/device-mapper/log-writes”Œmodname”NŒ classname”NŒ refexplicit”ˆuh1hhh ubeh}”(h]”h ]”h"]”h$]”h&]”Œcurrent_language”ŒEnglish”uh1h hhŒ _document”hŒsource”NŒline”NubhŒsection”“”)”}”(hhh]”(hŒtitle”“”)”}”(hŒ dm-log-writes”h]”hŒ dm-log-writes”…””}”(hh¨hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hh£hžhhŸŒR/var/lib/git/docbuild/linux/Documentation/admin-guide/device-mapper/log-writes.rst”h KubhŒ paragraph”“”)”}”(hXúThis target takes 2 devices, one to pass all IO to normally, and one to log all of the write operations to. This is intended for file system developers wishing to verify the integrity of metadata or data as the file system is written to. There is a log_write_entry written for every WRITE request and the target is able to take arbitrary data from userspace to insert into the log. The data that is in the WRITE requests is copied into the log to make the replay happen exactly as it happened originally.”h]”hXúThis target takes 2 devices, one to pass all IO to normally, and one to log all of the write operations to. This is intended for file system developers wishing to verify the integrity of metadata or data as the file system is written to. There is a log_write_entry written for every WRITE request and the target is able to take arbitrary data from userspace to insert into the log. The data that is in the WRITE requests is copied into the log to make the replay happen exactly as it happened originally.”…””}”(hh¹hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Khh£hžhubh¢)”}”(hhh]”(h§)”}”(hŒ Log Ordering”h]”hŒ Log Ordering”…””}”(hhÊhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hhÇhžhhŸh¶h Kubh¸)”}”(hXrWe log things in order of completion once we are sure the write is no longer in cache. This means that normal WRITE requests are not actually logged until the next REQ_PREFLUSH request. This is to make it easier for userspace to replay the log in a way that correlates to what is on disk and not what is in cache, to make it easier to detect improper waiting/flushing.”h]”hXrWe log things in order of completion once we are sure the write is no longer in cache. This means that normal WRITE requests are not actually logged until the next REQ_PREFLUSH request. This is to make it easier for userspace to replay the log in a way that correlates to what is on disk and not what is in cache, to make it easier to detect improper waiting/flushing.”…””}”(hhØhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KhhÇhžhubh¸)”}”(hXÁThis works by attaching all WRITE requests to a list once the write completes. Once we see a REQ_PREFLUSH request we splice this list onto the request and once the FLUSH request completes we log all of the WRITEs and then the FLUSH. Only completed WRITEs, at the time the REQ_PREFLUSH is issued, are added in order to simulate the worst case scenario with regard to power failures. Consider the following example (W means write, C means complete):”h]”hXÁThis works by attaching all WRITE requests to a list once the write completes. Once we see a REQ_PREFLUSH request we splice this list onto the request and once the FLUSH request completes we log all of the WRITEs and then the FLUSH. Only completed WRITEs, at the time the REQ_PREFLUSH is issued, are added in order to simulate the worst case scenario with regard to power failures. Consider the following example (W means write, C means complete):”…””}”(hhæhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KhhÇhžhubhŒ block_quote”“”)”}”(hŒ W1,W2,W3,C3,C2,Wflush,C1,Cflush ”h]”h¸)”}”(hŒW1,W2,W3,C3,C2,Wflush,C1,Cflush”h]”hŒW1,W2,W3,C3,C2,Wflush,C1,Cflush”…””}”(hhúhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Khhöubah}”(h]”h ]”h"]”h$]”h&]”uh1hôhŸh¶h KhhÇhžhubh¸)”}”(hŒ!The log would show the following:”h]”hŒ!The log would show the following:”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KhhÇhžhubhõ)”}”(hŒW3,W2,flush,W1.... ”h]”h¸)”}”(hŒW3,W2,flush,W1....”h]”hŒW3,W2,flush,W1....”…””}”(hj hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K!hjubah}”(h]”h ]”h"]”h$]”h&]”uh1hôhŸh¶h K!hhÇhžhubh¸)”}”(hŒ°Again this is to simulate what is actually on disk, this allows us to detect cases where a power failure at a particular point in time would create an inconsistent file system.”h]”hŒ°Again this is to simulate what is actually on disk, this allows us to detect cases where a power failure at a particular point in time would create an inconsistent file system.”…””}”(hj4hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K#hhÇhžhubh¸)”}”(hŒ•Any REQ_FUA requests bypass this flushing mechanism and are logged as soon as they complete as those requests will obviously bypass the device cache.”h]”hŒ•Any REQ_FUA requests bypass this flushing mechanism and are logged as soon as they complete as those requests will obviously bypass the device cache.”…””}”(hjBhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K'hhÇhžhubh¸)”}”(hŒÈAny REQ_OP_DISCARD requests are treated like WRITE requests. Otherwise we would have all the DISCARD requests, and then the WRITE requests and then the FLUSH request. Consider the following example:”h]”hŒÈAny REQ_OP_DISCARD requests are treated like WRITE requests. Otherwise we would have all the DISCARD requests, and then the WRITE requests and then the FLUSH request. Consider the following example:”…””}”(hjPhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K*hhÇhžhubhõ)”}”(hŒ&WRITE block 1, DISCARD block 1, FLUSH ”h]”h¸)”}”(hŒ%WRITE block 1, DISCARD block 1, FLUSH”h]”hŒ%WRITE block 1, DISCARD block 1, FLUSH”…””}”(hjbhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K.hj^ubah}”(h]”h ]”h"]”h$]”h&]”uh1hôhŸh¶h K.hhÇhžhubh¸)”}”(hŒHIf we logged DISCARD when it completed, the replay would look like this:”h]”hŒHIf we logged DISCARD when it completed, the replay would look like this:”…””}”(hjvhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K0hhÇhžhubhõ)”}”(hŒDISCARD 1, WRITE 1, FLUSH ”h]”h¸)”}”(hŒDISCARD 1, WRITE 1, FLUSH”h]”hŒDISCARD 1, WRITE 1, FLUSH”…””}”(hjˆhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K2hj„ubah}”(h]”h ]”h"]”h$]”h&]”uh1hôhŸh¶h K2hhÇhžhubh¸)”}”(hŒMwhich isn't quite what happened and wouldn't be caught during the log replay.”h]”hŒQwhich isn’t quite what happened and wouldn’t be caught during the log replay.”…””}”(hjœhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K4hhÇhžhubeh}”(h]”Œ log-ordering”ah ]”h"]”Œ log ordering”ah$]”h&]”uh1h¡hh£hžhhŸh¶h Kubh¢)”}”(hhh]”(h§)”}”(hŒTarget interface”h]”hŒTarget interface”…””}”(hjµhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h¦hj²hžhhŸh¶h K7ubhŒenumerated_list”“”)”}”(hhh]”(hŒ list_item”“”)”}”(hX%Constructor log-writes ============= ============================================== dev_path Device that all of the IO will go to normally. log_dev_path Device where the log entries are written to. ============= ============================================== ”h]”(h¸)”}”(hŒ Constructor”h]”hŒ Constructor”…””}”(hjÎhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K9hjÊubh¸)”}”(hŒ$log-writes ”h]”hŒ$log-writes ”…””}”(hjÜhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K;hjÊubhŒtable”“”)”}”(hhh]”hŒtgroup”“”)”}”(hhh]”(hŒcolspec”“”)”}”(hhh]”h}”(h]”h ]”h"]”h$]”h&]”Œcolwidth”K uh1jôhjñubjõ)”}”(hhh]”h}”(h]”h ]”h"]”h$]”h&]”Œcolwidth”K.uh1jôhjñubhŒtbody”“”)”}”(hhh]”(hŒrow”“”)”}”(hhh]”(hŒentry”“”)”}”(hhh]”h¸)”}”(hŒdev_path”h]”hŒdev_path”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K>hjubah}”(h]”h ]”h"]”h$]”h&]”uh1jhjubj)”}”(hhh]”h¸)”}”(hŒ.Device that all of the IO will go to normally.”h]”hŒ.Device that all of the IO will go to normally.”…””}”(hj0hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K>hj-ubah}”(h]”h ]”h"]”h$]”h&]”uh1jhjubeh}”(h]”h ]”h"]”h$]”h&]”uh1jhj ubj)”}”(hhh]”(j)”}”(hhh]”h¸)”}”(hŒ log_dev_path”h]”hŒ log_dev_path”…””}”(hjPhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K?hjMubah}”(h]”h ]”h"]”h$]”h&]”uh1jhjJubj)”}”(hhh]”h¸)”}”(hŒ,Device where the log entries are written to.”h]”hŒ,Device where the log entries are written to.”…””}”(hjghžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h K?hjdubah}”(h]”h ]”h"]”h$]”h&]”uh1jhjJubeh}”(h]”h ]”h"]”h$]”h&]”uh1jhj ubeh}”(h]”h ]”h"]”h$]”h&]”uh1j hjñubeh}”(h]”h ]”h"]”h$]”h&]”Œcols”Kuh1jïhjìubah}”(h]”h ]”h"]”h$]”h&]”uh1jêhjÊubeh}”(h]”h ]”h"]”h$]”h&]”uh1jÈhjÅhžhhŸh¶h NubjÉ)”}”(hX Status <#logged entries> =========================== ======================== #logged entries Number of logged entries highest allocated sector Highest allocated sector =========================== ======================== ”h]”(h¸)”}”(hŒStatus”h]”hŒStatus”…””}”(hjžhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KBhjšubh¸)”}”(hŒ,<#logged entries> ”h]”hŒ,<#logged entries> ”…””}”(hj¬hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KDhjšubjë)”}”(hhh]”jð)”}”(hhh]”(jõ)”}”(hhh]”h}”(h]”h ]”h"]”h$]”h&]”Œcolwidth”Kuh1jôhj½ubjõ)”}”(hhh]”h}”(h]”h ]”h"]”h$]”h&]”Œcolwidth”Kuh1jôhj½ubj )”}”(hhh]”(j)”}”(hhh]”(j)”}”(hhh]”h¸)”}”(hŒ#logged entries”h]”hŒ#logged entries”…””}”(hjÝhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KGhjÚubah}”(h]”h ]”h"]”h$]”h&]”uh1jhj×ubj)”}”(hhh]”h¸)”}”(hŒNumber of logged entries”h]”hŒNumber of logged entries”…””}”(hjôhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KGhjñubah}”(h]”h ]”h"]”h$]”h&]”uh1jhj×ubeh}”(h]”h ]”h"]”h$]”h&]”uh1jhjÔubj)”}”(hhh]”(j)”}”(hhh]”h¸)”}”(hŒhighest allocated sector”h]”hŒhighest allocated sector”…””}”(hjhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KHhjubah}”(h]”h ]”h"]”h$]”h&]”uh1jhjubj)”}”(hhh]”h¸)”}”(hŒHighest allocated sector”h]”hŒHighest allocated sector”…””}”(hj+hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KHhj(ubah}”(h]”h ]”h"]”h$]”h&]”uh1jhjubeh}”(h]”h ]”h"]”h$]”h&]”uh1jhjÔubeh}”(h]”h ]”h"]”h$]”h&]”uh1j hj½ubeh}”(h]”h ]”h"]”h$]”h&]”Œcols”Kuh1jïhjºubah}”(h]”h ]”h"]”h$]”h&]”uh1jêhjšubeh}”(h]”h ]”h"]”h$]”h&]”uh1jÈhjÅhžhhŸh¶h NubjÉ)”}”(hŒ Messages ”h]”h¸)”}”(hŒMessages”h]”hŒMessages”…””}”(hjbhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KKhj^ubah}”(h]”h ]”h"]”h$]”h&]”uh1jÈhjÅhžhhŸh¶h Nubeh}”(h]”h ]”h"]”h$]”h&]”Œenumtype”Œ lowerroman”Œprefix”hŒsuffix”Œ)”uh1jÃhj²hžhhŸh¶h K9ubhõ)”}”(hXimark You can use a dmsetup message to set an arbitrary mark in a log. For example say you want to fsck a file system after every write, but first you need to replay up to the mkfs to make sure we're fsck'ing something reasonable, you would do something like this:: mkfs.btrfs -f /dev/mapper/log dmsetup message log 0 mark mkfs This would allow you to replay the log up to the mkfs mark and then replay from that point on doing the fsck check in the interval that you want. Every log has a mark at the end labeled "dm-log-writes-end". ”h]”(h¸)”}”(hŒmark ”h]”hŒmark ”…””}”(hj…hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KMhjubhõ)”}”(hX%You can use a dmsetup message to set an arbitrary mark in a log. For example say you want to fsck a file system after every write, but first you need to replay up to the mkfs to make sure we're fsck'ing something reasonable, you would do something like this:: mkfs.btrfs -f /dev/mapper/log dmsetup message log 0 mark mkfs This would allow you to replay the log up to the mkfs mark and then replay from that point on doing the fsck check in the interval that you want. Every log has a mark at the end labeled "dm-log-writes-end". ”h]”(h¸)”}”(hXYou can use a dmsetup message to set an arbitrary mark in a log. For example say you want to fsck a file system after every write, but first you need to replay up to the mkfs to make sure we're fsck'ing something reasonable, you would do something like this::”h]”hXYou can use a dmsetup message to set an arbitrary mark in a log. For example say you want to fsck a file system after every write, but first you need to replay up to the mkfs to make sure we’re fsck’ing something reasonable, you would do something like this:”…””}”(hj—hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KOhj“ubhŒ literal_block”“”)”}”(hŒHmkfs.btrfs -f /dev/mapper/log dmsetup message log 0 mark mkfs ”h]”hŒHmkfs.btrfs -f /dev/mapper/log dmsetup message log 0 mark mkfs ”…””}”hj§sbah}”(h]”h ]”h"]”h$]”h&]”Œ xml:space”Œpreserve”uh1j¥hŸh¶h KUhj“ubh¸)”}”(hŒ‘This would allow you to replay the log up to the mkfs mark and then replay from that point on doing the fsck check in the interval that you want.”h]”hŒ‘This would allow you to replay the log up to the mkfs mark and then replay from that point on doing the fsck check in the interval that you want.”…””}”(hj·hžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h KYhj“ubh¸)”}”(hŒ dmsetup message log 0 mark fsync md5sum /mnt/btrfs-test/foo umount /mnt/btrfs-test dmsetup remove log replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync mount /dev/sdb /mnt/btrfs-test md5sum /mnt/btrfs-test/foo Another option is to do a complicated file system operation and verify the file system is consistent during the entire operation. You could do this with: TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc" dmsetup create log --table "$TABLE" mkfs.btrfs -f /dev/mapper/log dmsetup message log 0 mark mkfs mount /dev/mapper/log /mnt/btrfs-test btrfs filesystem balance /mnt/btrfs-test umount /mnt/btrfs-test dmsetup remove log replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs btrfsck /dev/sdb replay-log --log /dev/sdc --replay /dev/sdb --start-mark mkfs \ --fsck "btrfsck /dev/sdb" --check fua”h]”hXTABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc" dmsetup create log --table "$TABLE" mkfs.btrfs -f /dev/mapper/log dmsetup message log 0 mark mkfs mount /dev/mapper/log /mnt/btrfs-test dmsetup message log 0 mark fsync md5sum /mnt/btrfs-test/foo umount /mnt/btrfs-test dmsetup remove log replay-log --log /dev/sdc --replay /dev/sdb --end-mark fsync mount /dev/sdb /mnt/btrfs-test md5sum /mnt/btrfs-test/foo Another option is to do a complicated file system operation and verify the file system is consistent during the entire operation. You could do this with: TABLE="0 $(blockdev --getsz /dev/sdb) log-writes /dev/sdb /dev/sdc" dmsetup create log --table "$TABLE" mkfs.btrfs -f /dev/mapper/log dmsetup message log 0 mark mkfs mount /dev/mapper/log /mnt/btrfs-test btrfs filesystem balance /mnt/btrfs-test umount /mnt/btrfs-test dmsetup remove log replay-log --log /dev/sdc --replay /dev/sdb --end-mark mkfs btrfsck /dev/sdb replay-log --log /dev/sdc --replay /dev/sdb --start-mark mkfs \ --fsck "btrfsck /dev/sdb" --check fua”…””}”hj>sbah}”(h]”h ]”h"]”h$]”h&]”jµj¶uh1j¥hŸh¶h Kkhjhžhubh¸)”}”(hŒÂAnd that will replay the log until it sees a FUA request, run the fsck command and if the fsck passes it will replay to the next FUA, until it is completed or the fsck command exists abnormally.”h]”hŒÂAnd that will replay the log until it sees a FUA request, run the fsck command and if the fsck passes it will replay to the next FUA, until it is completed or the fsck command exists abnormally.”…””}”(hjLhžhhŸNh Nubah}”(h]”h ]”h"]”h$]”h&]”uh1h·hŸh¶h Khjhžhubeh}”(h]”Œ example-usage”ah ]”h"]”Œ example usage”ah$]”h&]”uh1h¡hh£hžhhŸh¶h Kfubeh}”(h]”Œ dm-log-writes”ah ]”h"]”Œ dm-log-writes”ah$]”h&]”uh1h¡hhhžhhŸh¶h Kubeh}”(h]”h ]”h"]”h$]”h&]”Œsource”h¶uh1hŒcurrent_source”NŒ current_line”NŒsettings”Œdocutils.frontend”ŒValues”“”)”}”(h¦NŒ generator”NŒ datestamp”NŒ source_link”NŒ source_url”NŒ toc_backlinks”jŒfootnote_backlinks”KŒ sectnum_xform”KŒstrip_comments”NŒstrip_elements_with_classes”NŒ strip_classes”NŒ report_level”KŒ halt_level”KŒexit_status_level”KŒdebug”NŒwarning_stream”NŒ traceback”ˆŒinput_encoding”Œ utf-8-sig”Œinput_encoding_error_handler”Œstrict”Œoutput_encoding”Œutf-8”Œoutput_encoding_error_handler”jŒŒerror_encoding”Œutf-8”Œerror_encoding_error_handler”Œbackslashreplace”Œ language_code”Œen”Œrecord_dependencies”NŒconfig”NŒ id_prefix”hŒauto_id_prefix”Œid”Œ dump_settings”NŒdump_internals”NŒdump_transforms”NŒdump_pseudo_xml”NŒexpose_internals”NŒstrict_visitor”NŒ_disable_config”NŒ_source”h¶Œ _destination”NŒ _config_files”]”Œ7/var/lib/git/docbuild/linux/Documentation/docutils.conf”aŒfile_insertion_enabled”ˆŒ raw_enabled”KŒline_length_limit”M'Œpep_references”NŒ pep_base_url”Œhttps://peps.python.org/”Œpep_file_url_template”Œpep-%04d”Œrfc_references”NŒ rfc_base_url”Œ&https://datatracker.ietf.org/doc/html/”Œ tab_width”KŒtrim_footnote_reference_space”‰Œsyntax_highlight”Œlong”Œ smart_quotes”ˆŒsmartquotes_locales”]”Œcharacter_level_inline_markup”‰Œdoctitle_xform”‰Œ docinfo_xform”KŒsectsubtitle_xform”‰Œ image_loading”Œlink”Œembed_stylesheet”‰Œcloak_email_addresses”ˆŒsection_self_link”‰Œenv”NubŒreporter”NŒindirect_targets”]”Œsubstitution_defs”}”Œsubstitution_names”}”Œrefnames”}”Œrefids”}”Œnameids”}”(jgjdj¯j¬jäjájjj_j\uŒ nametypes”}”(jg‰j¯‰jä‰j‰j_‰uh}”(jdh£j¬hÇjáj²jjçj\juŒ footnote_refs”}”Œ citation_refs”}”Œ autofootnotes”]”Œautofootnote_refs”]”Œsymbol_footnotes”]”Œsymbol_footnote_refs”]”Œ footnotes”]”Œ citations”]”Œautofootnote_start”KŒsymbol_footnote_start”KŒ id_counter”Œ collections”ŒCounter”“”}”…”R”Œparse_messages”]”Œtransform_messages”]”Œ transformer”NŒ include_log”]”Œ decoration”Nhžhub.